• 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

is there any way to handle ideal time session time out

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
in my web.xml file
<session-config>
<session-timeout>3</session-timeout>
</session-config>
and i write a class SessionCounterListener implements HttpSessionListener

even i 'm using the system or application the session destroyed is calling.why?
actually i want this to be worked when the user is not touching the system for 3 minute,means system ideal time,
how to use HttpSessionBindingListener .i also has another class SessionListner implements HttpSessionBindingListener.
how to user the session listner.
actually i'm using spring mvc ,
how to solve this
thanks in advance
 
reply
    Bookmark Topic Watch Topic
  • New Topic