Sir,
I have not worked much on sessions and cookies.
Even after user has logged out if user moves back the page is still accessible.Though i have looged out and clear the session at logout linkbutton.. How to correct this? guide me please
The page you see is browser cached page
To avoid caching add the following line to page load of all pages
Response.Cache.SetCacheability(HttpCacheability.NoCache);
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.