Page 1 of 1

Re: Session not maintaining for the first time

Posted: Tue Jan 10, 2012 1:35 am
by Christopher
When you redirect, you are still within the same HTTP session. So you may need to do a manual write close before the redirect because PHP only writes the session data at the end of the request.

http://us.php.net/manual/en/function.se ... -close.php