RE: session maintenance in struts webapp

2006-11-22 Thread Nitin M. Mandolkar
actually does the what you are session. Nitin -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 12:39 PM To: Struts Users Mailing List Subject: Re: session maintenance in struts webapp -BEGIN PGP SIGNED MESSAGE- Hash

Re: session maintenance in struts webapp

2006-11-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, Gundersen, Richard wrote: In the JavaScript, you could just do a simple loop that counts down from session-timeoutzero. When the loop gets to within e.g. 60 seconds from zero, pop up your message. You don't want to do this. You want

RE: session maintenance in struts webapp

2006-11-21 Thread Lance Semmens
stable but it's pretty close. http://getahead.ltd.uk/dwr/changelog/dwr20m1 Lance. -Original Message- From: robin bajaj [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 2:41 PM To: Struts Users Mailing List Subject: session maintenance in struts webapp Hi Folks, In my Struts

session maintenance in struts webapp

2006-11-21 Thread robin bajaj
Hi Folks, In my Struts 1.2.x based webapp, I intend to maintain a session for every logged in user. -- More details -- Say after 'n' seconds of inactivity I want to pop up a message saying the session will expire in another 'm' seconds. The user can click on 'refresh' button to get some more

RE: session maintenance in struts webapp

2006-11-21 Thread Gundersen, Richard
Subject: session maintenance in struts webapp Hi Folks, In my Struts 1.2.x based webapp, I intend to maintain a session for every logged in user. -- More details -- Say after 'n' seconds of inactivity I want to pop up a message saying the session will expire in another 'm' seconds. The user can click