PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #7734

Documentation should mention Auth's use of session_regenerate_id

Details

Request #7734Documentation should mention Auth's use of session_regenerate_id
Submitted2006-05-26 14:53 UTC
Fromdasluq at gmail dot com
Assignedaashley
StatusClosed
PackageAuth
PHP Version5.1.2
OSWindows
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.