[PHP] Re: sessions problems :/ From: Richard Lynch (ceo <email protected>)
Date: 08/31/01

> another question is, at what time of the script does php call my
> session_write function to update the registered session?!

*AFTER* the connection to the browser is dead and gone, so any error output
is sent to the twilight zone.

Any error output in session_write needs to go through error_log or
something.

--
WARNING richard <email protected> address is an endangered species -- Use
ceo <email protected>
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>