Hitting Back button
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi friends,im using updatepanel.Session is not expiring..even i do Session.Abondon(),Session.Clear(),Session.RemoveAll()...but after doing log out,if i hit back button,its still working..how can i ban it..?
Hi,Im Razana
-
Hi friends,im using updatepanel.Session is not expiring..even i do Session.Abondon(),Session.Clear(),Session.RemoveAll()...but after doing log out,if i hit back button,its still working..how can i ban it..?
Hi,Im Razana
You could probably use the logout event to clear the session (session.clear or session.abondon); Treat the page_load event and check for the session("UserID") (or whatever you are interested in...) But, is it not the wrong forum? ;P
SkyWalker