Hi All,

I developed a struts application and re-used the checkLogon tag from the
login example from Ted Husted. It works quite well but when a client loses
the session in case of a session timeout and a new request is done the
Action is cancelled because the User object isn't in the session anymore. Is
there a possibility to:

    - route the user to the logonform. (And re-add the User object)
    - after logon, repost the initial request.
    - continue based on the initial request

Greetings Ralph.


Reply via email to