Re: [PHP-DEV] Re: PHP 4.0 Bug #3021 Updated: session_destroy does not work From: Andrei Zmievski (andrei <email protected>)
Date: 12/22/99

On Wed, 22 Dec 1999, Michael Bushey wrote:
> >Calling session_destroy() three times in a row is what produces
> >those warnings.
>
> No. Calling any one of those three by itself errors out, I just put all
> three there to illustrate that all three methods (I'm not sure which is
> correct) error out. Also I don't understand why even if the session_destroy
> worked why the variables would not be blown away with the session. Without a
> session, how can session variables persist?

Make sure that you did have session started up either through
session_start(), session_register(), or session.auto_start = 1.

-Andrei

Some people try to achieve immortality through their work, others
through their children. I hope to achieve immortality by not dying.
-- Woody Allen

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