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.
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!