• 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

Tomee+ 1.6.2 session timeout

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

I am using Tomee+ 1.6.2 and i have set the session interval as 60 mins, apparently the session timeout is not working for 2 hours. User gets kicked out in 20 or 30 mins.. I have used below setting in the web.xml.

<session-config>
<session-timeout>120</session-timeout> <!-- 120 minutes -->
</session-config>


Any idea why its not working?

Regards,

DFW Guy
reply
    Bookmark Topic Watch Topic
  • New Topic