how to clear session and cache of chrome browser when logout clicks in asp.net
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi i have created web application in asp.net and i am able to clear session using Session.Abandon() in Logout.aspx. It is working for IE and not working in Chrome browser. After logout again if i click back button of browser, it is going back. How to clear session and cache of chrome browser in asp.net. If anybody knows, please reply me. thanks in advance.
-
hi i have created web application in asp.net and i am able to clear session using Session.Abandon() in Logout.aspx. It is working for IE and not working in Chrome browser. After logout again if i click back button of browser, it is going back. How to clear session and cache of chrome browser in asp.net. If anybody knows, please reply me. thanks in advance.
try Session.RemoveAll();