I'm setting up a system and when the person logs in he creates the sessions normally, for example:
$_Session['logado'] = 'S';
But when I redirect to the main page, the session is simply zeroed and empty, "no value" .
What can it be?
I'm setting up a system and when the person logs in he creates the sessions normally, for example:
$_Session['logado'] = 'S';
But when I redirect to the main page, the session is simply zeroed and empty, "no value" .
What can it be?