Hi,

I somehow cannot unset Session variables. If I set for example
$_SESSION["error"]="formcheck" (the new style) and I want to unset it at the
end of the page (unset($_SESSION["error"])), it's there again on the next
page.

Is there a special way to unset the new Session variables?

I am using Windows 2000 Server + PHP4.2.0.

Thanks in advance...

Sascha Ragtschaa





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

Reply via email to