howto redirect to login site after session expiration?

2005-05-23 Thread Frank Ratzlow
Hallo folks, I encountered a strange behaviour regarding the population mechanics of my forms. Following situation: I have my app running, the browser stays open with a html form to be filled. The http-session expires and the user submits the form to the server. The result is a http 500 error

Antwort: RE: howto redirect to login site after session expiration?

2005-05-23 Thread Frank Ratzlow
marco -Original Message- From: Frank Ratzlow [mailto:[EMAIL PROTECTED] Sent: 23 May 2005 11:18 To: user@struts.apache.org Subject: howto redirect to login site after session expiration? Hallo folks, I encountered a strange behaviour regarding the population mechanics of my forms

Antwort: Re: Antwort: RE: howto redirect to login site after session expiration?

2005-05-23 Thread Frank Ratzlow
Hi, okay, but this leads to a solution where I do have to ensure a manuell redirect to the appropriate site by tracking session attributes. I thought that the container is maintaining a list of expired sessions (or at least valid sessions to figure out invalid sessions), so that I can _configur

Antwort: Re: Re: Antwort: RE: howto redirect to login site after session expiration?

2005-05-23 Thread Frank Ratzlow
s, etc.) but most (shopping cart, etc) are not. I wish there were a set of policies and procedures on this, but just get the usual rigamoroles when a discussion on this is attempted. I sure would not want the framework to put something in on this, like with file uploads, that we would then have to w