[EMAIL PROTECTED] (Fredrik De Vibe) writes:
> You can't register a session variable after output. You have already
> registered it, just set $valid_user = 'something'.
Sorry, I was a bit too quick here. You _can_ register session
variables after output...
--
--Fredrik
The chief cause of problem
[EMAIL PROTECTED] (David Rice) writes:
> I have been having trouble with PHP sessions, the session variables
> are not able to be called through the script.
>
> If have commented the area at the bottome where the session variable
> is NULL when var dump is called to check it (about 20 lines from t
Is the session.save_path in php.ini set and does the directory it refers
to exist?
Jochem
David Rice wrote:
I have been having trouble with PHP sessions, the session variables are
not able to be called through the script.
If have commented the area at the bottome where the session variable is