This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes problem with servlet listeners Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

problem with servlet listeners

Gorby Green
Greenhorn

Joined: Nov 23, 2002
Posts: 12
Hi!
I have some problem with servlet listerner.
When a user exit I want to save the user object stored in HTTPSession.
And I have read that sessionDestroyed is called when the session realy is destroyed.
But i want to save the context in user object just before session is destroyed.

Is there any chance to do that with servlet listeners?
Thanks in advance!
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56207
    
  13

Please do not cross-post the same question in more than one forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: problem with servlet listeners
 
Similar Threads
Session expire problem with HttpSessionListener
problem with servlet listeners
session listener
How to Handle timeout to save user input
SessionBindingListener