php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #37495 php.ini - add a short example of the 3 options to the session.save_handler
Submitted: 2006-05-18 12:52 UTC Modified: 2010-12-31 23:45 UTC
From: scott at abcoa dot com Assigned: jani (profile)
Status: Closed Package: Session related
PHP Version: 5.1.4 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
5 + 11 = ?
Subscribe to this entry?

 
 [2006-05-18 12:52 UTC] scott at abcoa dot com
Description:
------------
The session.save_handler which showed "files" is the default option to be used.  After 5 years of using the session, it never occur to me what the other options are until now.

I have filed bug #37484 requesting some update to the php.net documentation that would give more clarification to the session.save_handler, the 3 options and their purpose.

Since the documentation is an ongoing process, I figured if we can add something like "(Option Setting: files, mm, users)".  Not sure if "user" come with or without a "s".

The reason for this thought is it would stimulate our understanding on the use of sessions if someone didn't know any.  I thought it would be nice to let people know what the options are and that there are more than one options to use.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-31 23:45 UTC] jani@php.net
-Status: Open +Status: Closed -Package: Feature/Change Request +Package: Session related -Assigned To: +Assigned To: jani
 [2010-12-31 23:45 UTC] jani@php.net
And there are even more of them, depending on what extension you have enabled or got from PECL or some other place. For most, "files" is enough. Not possible to document each and everyone of them. And since neither "mm" or "user" work properly, it's better not everyone is aware of them. Also, for any serious use, something like memcached handler is much more useful.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC