• 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

Session timeout Problem in Richfaces Model Panel?

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

I have a problem with session timeout while using rich modal panel.

I'm using richfaces 3.1.6 modal panel in my application.After opening the modal panel when i do some operation(i'm using only Ajax form submission) for 10 mins. my application session got expired after 10 mins.
I don't know whats happening with my session.All my ajax calls are working inside modal panel but after 10 mins my session got expired.

In web.xml i have set 10 mins as a session time-out but in my case session should not get timed out as i am hitting the server regularly through ajax calls.

Thanks in advance.
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
have you included any <error-page> tag in web.xml??
 
Shishir Dhamani
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes i have <error-page> tags in web.xml...
 
reply
    Bookmark Topic Watch Topic
  • New Topic