Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2001122

[PHP-DEV] Bug #13887 Updated: session data lost on virtual server From: lobbin <email protected>
Date: 12/31/01

ID: 13887
Updated by: lobbin
Reported By: mark.gebhart <email protected>
Old Status: Feedback
Status: Closed
Bug Type: Session related
Operating System: Linux
PHP Version: 4.0.6
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-12-10 10:11:05] sas <email protected>

The write handler is called upon the end of the request, which takes place regardless of keep-alive support in a web-server. Please supply a more accurate description of what you are seeing.

------------------------------------------------------------------------

[2001-10-31 10:42:36] mark.gebhart <email protected>

The problem is that PHP is not saving the session file properly befor the server process is terminated. The problem ony occurs when a server process terminates (like if
the server's "keepalive" setting expires, or if the HTTP 1.0 protocol is being used [1.0 doesn't support keepalive]). Because of the way we run our virtual
servers, keepalive has no effect (the server processes terminate after each request) so the session bug shows up _every_ time.

------------------------------------------------------------------------

Edit this bug report at http://bugs.php.net/?id=13887&edit=1

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