Hi,
In our struts applications, if I click on back, it will take me to
previous page. How can I avoid this? How to disable the Back and Refresh
functionalities?
I dont mean disable back and refresh buttons on browser. But I mean
to disable the functionalities itself.
Thanks for any replies,
Jim.
Wojtek Bok - 22 Aug 2005 14:59 GMT
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks for any replies,
> Jim.
Keep track of a timestamp at the millisecond range. If the timestamp you
sent the user (and are now receiving) is not the one you are storing,
then the request is coming from a refresh, back, or bookmark.