Date: 10/24/00
- Next message: milank <email protected>: "[PHP-DEV] PHP 4.0 Bug #7479: error during compilation"
- Previous message: tim.parkin <email protected>: "[PHP-DEV] PHP 4.0 Bug #7477 Updated: Session Write Failure"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] session_unset() question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
The session_unset() unsets all the session variables from the global
zend hash but if register_variables is turned off it does not delete the
$HTTP_SESSION_VARS array.
Is the above intended? I think the correct is the session_unset to unset
all the elements in $HTTP_SESSION_VARS. If you consider this as a
misbehaviour I'll fix the session_unset function.
Best regards:
-- Alexander Feldman Zend Technologies Ltd. phone: +972 3 6139665 ext. 107, fax: +972 3 6139671 http://www.zend.com-- 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: milank <email protected>: "[PHP-DEV] PHP 4.0 Bug #7479: error during compilation"
- Previous message: tim.parkin <email protected>: "[PHP-DEV] PHP 4.0 Bug #7477 Updated: Session Write Failure"
- Next in thread: Andrei Zmievski: "Re: [PHP-DEV] session_unset() question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

