Matthew Gonzales wrote:
So I have user restricted area to my website. The login works great with the session data being passed. I also have a logout button. I notice that when I logout I can still click the back button on the browser and you can see the previous users restricted data. How do I prevent this from happening. Below is the Script I am using to destroy the session data.

//Unset all of the global variables!
session_unset;

//Destroy the session
session_destroy();

I would suggest also clearing the browsers cache.


--
Regards,
Alf Stockton            www.stockton.co.za

A is for Apple.
                -- Hester Pryne
My email disclaimer is available at www.stockton.co.za/disclaimer.html

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

Reply via email to