Quote:
|
Originally Posted by selvam
hi,
i have a login page which on sucessfull login goes to a main page and then a logout page.The problem is after logout if the IE back button is clicked it goes to the main page.How to avoid this.
|
so you are saying that after you logout if you click Back it will log you in again ?
in your logout page you have to destory everything related to membership account information in SESSION and COOKIES ..
also it depend on how your website work, if you validate the data everytime and set them to Session/cookies again you have to watch this side ..