Ever since the server migration my sessions have not been working. Which is highly inconvenient when I host my web design portfolio here. I get errors such as the following:
despite the only time sessions are started being in the header.php, there is no mention of session variables in index.php
Also when doing a
it returns NULL.
I need this sorted ASAP. My career actually depends on it.
Code:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/cameron5/public_html/cameracircle/index.php:7) in/home/cameron5/public_html/cameracircle/includes/header.php on line 3
Also when doing a
Code:
var_dump($_SESSION);
I need this sorted ASAP. My career actually depends on it.