I am working on web application. I am facing a problem that when logout from my website i was redirected to my login page but when i click on back button of browser i was again able to access my web pages that should be visible after login. Please help me its very urgent
i have this code
Response.Buffer = True
Response.Expire s = 0
Response.Expire sAbsolute = DateTime.Now.Ad dDays(-1)
Response.CacheC ontrol = "no-cache"
but this is not working in mozilla browser
i have this code
Response.Buffer = True
Response.Expire s = 0
Response.Expire sAbsolute = DateTime.Now.Ad dDays(-1)
Response.CacheC ontrol = "no-cache"
but this is not working in mozilla browser
Comment