ID: 4669 Updated by: jimw Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: Feature/Change Request Operating System: Solaris 2.6 PHP Version: 4.0 Release Candidate 1 New Comment:
session_write_close, added in 4.0.4, does this. Previous Comments: ------------------------------------------------------------------------ [2000-05-29 16:09:51] [EMAIL PROTECTED] May be I missed something, but 1/ session_start() will flock() the session file 2/ there is no way to unlock the file, except session_destroy(), but session_destroy() will unlink the session file (therefore session cannot be reused). My need is : user opens 2 web pages (both multipart/mixed, i.e. the scripts never end), none of them are changing the session variables, but both of them need their value. I therefore need a session_end() that does exactly the same job as session_destroy() except it does not call PS(mod)->destroy. (changes are in session.c and php_session.h) ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=4669&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]