• 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

Timeout occurs when a delay is happened

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi folks,

Please give me a solution. I'm coming to my problem. Mine is a website application. There is a registration form which lasts for 4 pages, all are jsp. There are some fields in these 4 pages which has been given validation. A maximum of 1 minute is sufficient, if a user is filling only the mandatory fields. But, if I'm deliberately delaying the form submission by around 10 minutes, I'm landing into the error page provided by application. I checked the session-timeout parameter in web.xml, and I found that its 30 (minutes). So, no way its related to that, otherwise, I should make a 30-minute delay to land in error page. In my log entries, I'm getting an information that one of the key query string parameter whose value can be true/false, is getting null...

Someone please help me in finding a solution

Thanks
 
Ranch Hand
Posts: 1183
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you post some code that helps figuring out the problem... ??
 
reply
    Bookmark Topic Watch Topic
  • New Topic