Jump to content

Session_autoload issue


kevonini

Recommended Posts

My sessions were not working when I put them live recently. I used the

 

ini_set("display_errors", "1");

error_reporting(-1);

 

code to find out the error and was given this  "Notice: A session had already been started - ignoring session_start()"

 

Since the hosting company seems to autoload sessions...how do I go about setting my session variables now as they are not being passed through the site?

 

Link to comment
https://forums.phpfreaks.com/topic/261743-session_autoload-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.