aspose file tools
The moose likes Tomcat and the fly likes Sesson Time out Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Sesson Time out" Watch "Sesson Time out" New topic
Author

Sesson Time out

Naresh Rajan
Ranch Hand

Joined: Sep 08, 2005
Posts: 45
I am using session timeout in my application. In the web.xml i have mentioned my session timeout time.

I have a class that implements the httpsessionbindlistener class where i call the method to logout the user from the authentication server.

In session timeout am i supposed to mention this class name somewhere? if yes where am i supposed to mention?

Please help in this regard


Am not a pro and thats why am here!!!
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35258
    
    7
All you need to do is put an object which implements HttpSessionBindingListener into the session. Then the appropriate method of the interface will be called automatically when the session is about to expire.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Sesson Time out
 
Similar Threads
Websphere Stateful Session Beans
session that never dies
Default Session timeout issues Configuration!!!
Session timeout settings (JRun4)
http session timeout