Menu

#1285 A session had already been started - ignoring session_start() in file /include/common.php line 199

XOOPS_2.5.x
closed
1
2013-09-14
2013-08-01
No

The following error is occuring as the session_start() doesn't get checked for an existing session on line 199 of /include/common.php needs to be changed to:

if (strlen(session_id())==0)
session_start();

Discussion

  • Michael Beck

    Michael Beck - 2013-09-14
    • status: open --> closed
     
  • Michael Beck

    Michael Beck - 2013-09-14

    Committed to SVN

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.