Date: 05/29/00
- Next message: waldschrott: "[PHP-DEV] php4: similar_text has not been updated to take percent variable by reference"
- Previous message: fmoreira <email protected>: "[PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: daniel.braun <email protected>
Operating system: Solaris 2.6
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Feature/Change Request
Bug description: Need a session_end() ??
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)
-- 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>
- Next message: waldschrott: "[PHP-DEV] php4: similar_text has not been updated to take percent variable by reference"
- Previous message: fmoreira <email protected>: "[PHP-DEV] PHP 4.0 Bug #4668: Apears the header(X-Powered-By: PHP/4.0.0 Expires: Mon, 26...) in the HTML page"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

