Hello NG.

I'm trying to clear some session variables and destroy the session but it
doesn't work. Any suggestions?

My code is simple:

session_unregister('var1');
session_unregister('var2');
session_unregister('var3');
session_unregister('var3');
session_unregister('var4');
session_unregister('var5');
session_destroy();

Note: I'm using Win98/PHP 4.1.1/Apache. Session-auto-start is turned on.

~ Sviss



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to