Hi,
In my application I have a hidden variable is
jsp file whose value is getting set in Javascript file.
The page has one hyperlink, on click of it a new page is getting open.
Problem : On click of hyperlink new page opens but on click of browser back button the value of hidden variable is getting reset.
I have to retain the value which set in Javascript file.
note : I can't go for session or cookie.
Please any one help.
Thanks in advance