Session problem with browser back button
-
I have added the sessions in my application.But the prob is that when i click to signout button.All sessions values are reset to 0.But if i use the back button of the browser it displays all the previous pages. Kindly tell me the sollution as soon as possible. Thanks for ur timely reply Take it easy...
-
I have added the sessions in my application.But the prob is that when i click to signout button.All sessions values are reset to 0.But if i use the back button of the browser it displays all the previous pages. Kindly tell me the sollution as soon as possible. Thanks for ur timely reply Take it easy...
-
I have added the sessions in my application.But the prob is that when i click to signout button.All sessions values are reset to 0.But if i use the back button of the browser it displays all the previous pages. Kindly tell me the sollution as soon as possible. Thanks for ur timely reply Take it easy...
hi there, the simple solution u can try by using javascript: history.forward() (maybe I does not remember exactly) hope this helps << >>
-
hi there, the simple solution u can try by using javascript: history.forward() (maybe I does not remember exactly) hope this helps << >>
-
Where should I put the history.forward(). Plz guide me I have not done much work in javascript. If any one else no some other solution plz let me know. Thanx Take it easy...
hi, u try to put the code: window.history.forward(1); into the head tag (not tested with it yet:( ) << >>