session_destroy doesn't seem to work. see the foot note in:
http://www.php.net/manual/function.session-destroy.php
Is there a work around? Thanks sbs
Interesting. I'm running 4.0.3pl1 and the problem seems to be fixed. The following works for me:
<? session_start(); session_destroy(); header("Location: login.php"); ?>
Are you using files to store session variables.