V
Vinod I
Hi Team,
I would like to know how "Logout" can be handled in asp.net page.
Scenario is like this:-
I have a "logout" option in my menu. As soon as user clicks this, will show
a "Sucessfully Loged out" screen. Now the problem is, if the usr clicks on
"back" button of windows menu bar, control goes back to previous page.
I tryed with "Session" checking in page_load event of previous screen. but
when the user clicks on back, control never goes to "Page_load" event.
Please let me know the best prcactices for the above situation.
Thanks in advance.
-Vinod
I would like to know how "Logout" can be handled in asp.net page.
Scenario is like this:-
I have a "logout" option in my menu. As soon as user clicks this, will show
a "Sucessfully Loged out" screen. Now the problem is, if the usr clicks on
"back" button of windows menu bar, control goes back to previous page.
I tryed with "Session" checking in page_load event of previous screen. but
when the user clicks on back, control never goes to "Page_load" event.
Please let me know the best prcactices for the above situation.
Thanks in advance.
-Vinod