Home » Authentication » Auth » Bug #7734
Documentation should mention Auth's use of session_regenerate_id
Details
| Request #7734 | Documentation should mention Auth's use of session_regenerate_id |
|---|---|
| Submitted | 2006-05-26 14:53 UTC |
| From | dasluq at gmail dot com |
| Assigned | aashley |
| Status | Closed |
| Package | Auth |
| PHP Version | 5.1.2 |
| OS | Windows |
| Roadmaps | (Not assigned) |
Comments
[2006-05-26 14:53 UTC] dasluq at gmail dot com
Description:
------------
The PEAR::Auth Documentation should somewhere mention Auth's use of session_regenerate_id on a successful login, perhaps in the docs for login() or start() (or both).
I dunno how this is related to #7031 since I did not understand its wording...
Lukas
[2006-05-26 14:55 UTC] dasluq at gmail dot com
Description:
------------
The PEAR::Auth Documentation should somewhere mention Auth's use of
session_regenerate_id on a successful login, perhaps in the docs for
login() or start() (or both).
I dunno how this is related to #7031 since I did not understand its
wording...
Lukas
[2006-08-10 02:20 UTC] aashley at php dot net
yeah #7031 too a bit of brain twisting to understand. Documentation changes are interesting to get done.
[2006-09-11 03:48 UTC] aashley at php dot net
This bug has been fixed in CVS.
If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.
note added to Auth::setAuth() documentation as that is where it is called.