Re: Session not maintaining for the first time
Posted: Tue Jan 10, 2012 1:35 am
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
http://us.php.net/manual/en/function.se ... -close.php