[PHP-DEV] session_unset() question From: Alexander Feldman (alex <email protected>)
Date: 10/24/00

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>