Jump to content

PHP sessions


emvy03

Recommended Posts

Hi all,

 

I've made a basic cms using php sessions which worked perfectly ok when testing offline, but since uploading live I'm getting this error message when ever I go to a page once logged in.

 

Notice: A session had already been started - ignoring session_start() in /homepages/18/d374931144/htdocs/storeadmin/loginscript.php on line 2.

 

I will the whole php script if necessary but the only code on the problematic line is:

 

session_start();

 

I was thinking maybe writing an 'if' condition but I am unsure and struggling :(

 

Cheers.

Link to comment
https://forums.phpfreaks.com/topic/242383-php-sessions/
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.