Re: Session destruction problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux