Re: detecting session timeout

2004-08-07 Thread Kurt Overberg
.com *"Khalid K." <[EMAIL PROTECTED]>* 04/20/2004 07:13 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PROTECTED]> cc Subject RE: detecting sessio

Re: detecting session timeout

2004-04-20 Thread Erik Price
On Apr 20, 2004, at 12:30 AM, [EMAIL PROTECTED] wrote: We have done a similar thing with filter. You put a check in the filter to redirect to an error page if the session is not present in the request. this will also prevent a user to access the site without login in. Although you have to put a

RE: detecting session timeout

2004-04-19 Thread brati . sankarghosh
Consultancy Services Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com "Khalid K." <[EMAIL PROTECTED]> 04/20/2004 07:13 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To "'Struts Users Mailing List'" <[EMAIL PR

RE: detecting session timeout

2004-04-19 Thread Khalid K.
s what the method is called..can't recall the actual name) Khalid -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 8:18 AM To: [EMAIL PROTECTED] Subject: detecting session timeout Any suggestions on how to detect session timeouts? I a

RE: detecting session timeout

2004-04-19 Thread Sweta Parthasarathy
helps. Cheers, Sweta -Original Message- From: Dean A. Hoover [mailto:[EMAIL PROTECTED] Sent: 19 April 2004 16:18 To: [EMAIL PROTECTED] Subject: detecting session timeout Any suggestions on how to detect session timeouts? I am experimenting with extending TilesRequestProcessor (I'm

detecting session timeout

2004-04-19 Thread Dean A. Hoover
Any suggestions on how to detect session timeouts? I am experimenting with extending TilesRequestProcessor (I'm using struts 1.1 and tiles). Here's an example of the kind of thing I would like to detect: I have a multipage registration process. Suppose a user gets halfway through and then goes away