Below code is used, to navigate back after viewing a report.
<A HREF="javascript:history.back()" >
We have this function in two web where one is using http, another is https connection.
For http, it works perfectly in IE, Chrome, and Firefox.
For https, it wont works for IE. It keep giving Webpage has expired error.
Most likely cause: •The local copy of this webpage is out of date, and the website requires that you download it again.
Can anyone suggest a workaround for this? What is causing this behavior?