| Author |
Warning: Page Expired problem when I hit browser back button
|
Kalyana Chakravarthi Kesanupalli
Greenhorn
Joined: Oct 06, 2004
Posts: 2
|
|
Hi All, I got strucked with Warning: Page Expried issue in our application. I am using jsp, servlets and Apache Tomcat Web Server with method="POST" being on the form tag. All the Serlvets has both doGet() method which calls doPost(). And also I have the below tags in all my jsp's. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <meta http-equiv="pragma" content="no-cache"/> <meta http-equiv="Cache-Control" content="no-cache"/> But still I am getting Warning: Page Expired problem when I hit broser back button to visit the previous page. Could you please help me out in resolving this. Please let me know if need to add any piece of code? Thanks in Advance Regards Kalyan Kesanupalli
|
Regards<br />Kalyan Kesanupalli
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
|
Most likely it is the no-cache tags
|
 |
 |
|
|
subject: Warning: Page Expired problem when I hit browser back button
|
|
|