• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Avoiding page expiry

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
My Struts application shows a page that displays attributes got from an object (a travel Quotation) in the current session. The user can then click on a Print link which shows a slightly different version of the same attributes, but formatted for printing. However, hitting the back button on the browser to go back to the original display of Quotation data gives the classic "page expired" error in the browser. But my Quotation is in the session, so why would the page expire as soon as this printable page was loaded? Does anyone know of any tips about avoiding page expiry in Struts (or web apps in general)??
Regards,
Andy
UK
 
reply
    Bookmark Topic Watch Topic
  • New Topic