Date: 08/31/01
- Next message: Richard Lynch: "[PHP] Re: Is there anything in here that could be considered a parse error?"
- Previous message: Richard Lynch: "[PHP] Re: HTTP authentication"
- In reply to: Rui Barreiros: "[PHP] sessions problems :/"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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>
- Next message: Richard Lynch: "[PHP] Re: Is there anything in here that could be considered a parse error?"
- Previous message: Richard Lynch: "[PHP] Re: HTTP authentication"
- In reply to: Rui Barreiros: "[PHP] sessions problems :/"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

