Hello PPL,
I am writing a user authentication code using Sessions in PHP.
everything seems to work fine except the logout thing. ON logout I delete the session using session_destroy() , but after that whn I press back button of browser,
It asks me that should I repost the form data? Yes or No..and if I do "Yes" then i enter the admin functionality page, which I shouldnt be entering since I did a logout.
Now I know that browser had cached the values, which it re-posted due to which this happened..but I dont want this to occur..Is there any possible workaround for this ??
Hoping for a quick response!
Kuntal.