Struts: Call an action from a session listener
843836May 24 2005 — edited Jun 16 2005Hi,
i�m writing a struts-web-application and have the following question: I want to redirect the user to a certain page whenever the session is destroyed (through timeout for example). I have written a Session Listener Class, but how can i call a struts-action from this class that does the redirecting?
Any help would be much appreciated.
Christoph