Home » Authentication » Auth » Bug #1599
Auth 1.3.0r1 - Duplicate call to session_start()
Details
| Submitted | 2004-06-10 05:02 UTC |
|---|---|
| From | aashley at optimiser dot com |
| Assigned | yavo |
| Status | Closed |
| Package | Auth |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| 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