logging out
-
i have used sessions in my application I have a problem loggingout of application when i press back button(in browser) the pages are reappearing i want to stop this is there any code please help me............urgent thanks in advance
-
if u r using a link button jst redirect to the page on which u want to go...i didnt got u exactly...
-
i have used sessions in my application I have a problem loggingout of application when i press back button(in browser) the pages are reappearing i want to stop this is there any code please help me............urgent thanks in advance
If u r logging out properly then even if u can see pages by pressing back button, u won't be able to access it. Means u can't click any button or like that, it'll again ask for Login.
-
if you want to clear the history you can use
history.forward();
in your java scriptPadmanabhan My Articles: Articles[^] My latest Article: Word Automation[^]