Click here to Skip to main content
15,881,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello friends
I am developing an application. In this application I want to clear all cache, browser history, session when user logged out. Please tell me how to do that.
Posted

1 solution

For clearing Session, all you need to do is Session.Clear() in the logout event. For other stuff, look at this: Browser back button issue after logout[^]
 
Share this answer
 
Comments
Prasad_Kulkarni 19-Jun-12 8:22am    
+5!
Sandeep Mewara 21-Jun-12 16:58pm    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900