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
Hi,
Actually what i am doing is.
When user clicks on logout which is actually a link and goes to logout.aspx.. At the page load event of logout.aspx i have written
Session.Abandon();
Session.Clear();
Session.RemoveAll();
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.