Re: [PHP-DEV] session_unset() question From: Andrei Zmievski (andrei <email protected>)
Date: 10/26/00

On Thu, 26 Oct 2000, Alexander Feldman wrote:
> 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.

I fixed it and will commit as soon as CVS comes back up.

-Andrei

A room without books is like a body without a soul.
                  -- Marcus Tullius Cicero (106-43 B.C.)

-- 
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>