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
posted
0
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.