At 10:47 AM +0000 2/21/08, Nathan Rixham wrote:
apologies, I completely forgot that your using session_destroy ammend to..
<?php
session_start();
session_destroy();
unset($_SESSION);
session_write_close();
sleep(1);
header("location: /index.php");
?>
Nathan:
I don't think it's that simple.
For example, go here:
http://www.webbytedd.com/bbbb/destroy-sessions/index.php
Login using anything.
Log out.
Click the browser back button.
I think this is what the OP was talking about.
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php