RE: Handling session timeouts

2001-06-11 Thread HALADA, Peter
unsubscribe

Re: Handling session timeouts

2001-06-11 Thread Craig R. McClanahan
On Wed, 6 Jun 2001, Andreas Prohaska wrote: This was originally posted to the struts-user list, but Ted Husted pointed out that I should better discuss this on the development list. For the guys that are not listening to the user list, the background: We have written a wizard for a

Re: Handling session timeouts

2001-06-11 Thread Craig R. McClanahan
On Mon, 11 Jun 2001, Jonathan Asbell wrote: Craig, I thoght the token mechanism could have helped here. Am I wrong? Tokens will definitely help avoid the problem of pressing Reload, or pressing Back Arrow and then submitting again, but they don't do anything particularly useful in regards

Re: Handling session timeouts

2001-06-11 Thread Jonathan Asbell
[EMAIL PROTECTED] Sent: Monday, June 11, 2001 11:07 PM Subject: Re: Handling session timeouts On Mon, 11 Jun 2001, Jonathan Asbell wrote: Craig, I thoght the token mechanism could have helped here. Am I wrong? Tokens will definitely help avoid the problem of pressing Reload, or pressing

Re: Handling session timeouts

2001-06-10 Thread Jonathan Asbell
why not use the token mechanism. Doesnt it handle this already? - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 10, 2001 2:02 AM Subject: Re: Handling session timeouts Why not just add a property to your form bean to detect

Re: Handling session timeouts

2001-06-09 Thread Martin Cooper
] To: [EMAIL PROTECTED] Sent: Wednesday, June 06, 2001 4:15 AM Subject: Handling session timeouts This was originally posted to the struts-user list, but Ted Husted pointed out that I should better discuss this on the development list. For the guys that are not listening to the user list

RE: Handling session timeouts

2001-06-07 Thread Andreas Prohaska
-Original Message- From: Jonathan Asbell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 06, 2001 1:58 PM To: [EMAIL PROTECTED] Subject: Re: Handling session timeouts implement something using the HttpSessionBindingListener. We could serialize the data, or at least know that we lost