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
OK will do that.. 1 more thing is i have added this line in web.config file:
<system.web> <sessionState mode="InProc" cookieless="false" timeout="10"/> </system.web>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.