-
logout problem
Dear All,
I have developed an web application. I am running it with IE 6.0.
But now I am facing a problem. when someone logout from the system then he must have to have login again. But the problem is that if someone logout and then click the BACK button on IE 6.0 the previous page is introduced without login.
How can I solve this problem?
-Sohel
-
Re: logout problem
what do you mean by system? windows login? or your web application has a problem? if your web show up your code under user logout? i'm pretty sure the problem is dr...
-
Re: logout problem
by d way, WELCOME to the forum...
-
Re: logout problem
Dear noielen,
Thanks for your response.
I Just redirect the logon page on LOG OUT Click.
If you have any better idea Please response.
Sohel
-
Re: logout problem
Disable caching on your pages and make sure you perform a session check on each of your pages so that after the user logs out, they can't go back without getting a page-expired message.