PEAR is archived and read-only

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

Home » Authentication » Auth » Bug #1599

Auth 1.3.0r1 - Duplicate call to session_start()

Details

Submitted2004-06-10 05:02 UTC
Fromaashley at optimiser dot com
Assignedyavo
StatusClosed
PackageAuth
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2004-06-10 05:02 UTC] aashley at optimiser dot com

Description:
------------
On line 552 of Auth.php there is a duplicate call to session_start().

session_start() is called early by Auth::start() as such this generates the following notice when all error reporting turned on:

Notice: A session had already been started - ignoring session_start() in Auth.php at line 552