Click here to Skip to main content
15,990,874 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if suppose the user logs out

he must not be permitted to go back

if suppose he closes the brower window

how to logout or close the session

while he is logged in

he must not be permitted to go back


please help
Posted

1) Set a timeout on the session
2) Use Session.Abandon() once the user logs out.
 
Share this answer
 
Comments
asok6783 26-Jul-11 7:05am    
thanks for the reply
how to prevent the user on getting the site while he goes back in browser

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900