Commit graph

9 commits

Author SHA1 Message Date
Adam Harvey
303d4e7914 Fix the second parameter of SessionHandlerInterface::open(), which is the
session name, not the session ID.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327574 c90b9560-bf6c-de11-be94-00142212c4b1
2012-09-10 02:16:51 +00:00
Peter Cowburn
4d81bf2025 typofix "aly"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 19:35:11 +00:00
Drak
879b7c22c2 [sessions] Update return values.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323650 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-29 04:25:14 +00:00
Drak
0c3078852e [sessions] Added some see also references.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323626 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:32:20 +00:00
Drak
00f8e96bac [sessions] Add variable and parameter markup.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323466 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-24 08:50:39 +00:00
Drak
d53c79d392 [Sessions] Removed white space and altered language to be more specific regarding PHP internals.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323403 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 07:44:11 +00:00
Drak
5a4cbc3780 Update information about SessionHandler and SessionHandlerInterface.
This commit gives a lot more detail and includes important information about
the session workflow that has been missing from the documentation.  It also
clarifies some aspects of how to implement the various callbacks.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323401 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-21 05:28:04 +00:00
Justin Martin
4eec43e52c Fixed the session handler return values, based on rev 321741.
Fixed the session handler prototypes to reflect correct return types.
Credit to Drak. Closes bug #60640.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323264 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-16 21:08:22 +00:00
Justin Martin
23022a3227 Documented SessionHandlerInterface. Closes bug #60551.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322879 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-27 22:08:06 +00:00