Session timeouts and Ajax

2007-08-21 Thread Alvaro Sanchez-Mariscal
Hi, I'm facing the same problems as: http://www.nabble.com/Refreshing-div-after-a-session-timeout-tf3918532.html#a1127 http://www.nabble.com/-S2inner-div%2C-session-timeout-and-login-page-tf2930534.html#a8193302 http://www.nabble.com/Handling-redirect-to-Login-page-on-session-timeout-for-

Re: Opinions needed - My plan for directing navigation afters session timeouts and update actions?

2005-01-14 Thread Eddie Bush
You're going to have a tough time knowing whether a person isn't authenticated because they 1) haven't logged in yet or 2) their session timed out. I'd recommend use of a (session) cookie to help detect that. It's the only way I can think of. Basically, the scenario is: - User logs in - Sy

Opinions needed - My plan for directing navigation afters session timeouts and update actions?

2005-01-11 Thread john . chesher
I have two situations I am trying to address with one generic solution: 1) For every update action, I had to maintain two separate "result confirmation" JSPs, one stating "Update Successful" and one "Updated failed due to system error. Try again later." (must be a system error, as any data v

RE: timeouts

2004-10-04 Thread Lucero, Dennis M
I was indeed using Tomcat and meant the property "connectionTimeout" so my question is answered -Original Message- From: David G. Friedman [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 9:50 PM To: Struts Users Mailing List Subject: RE: timeouts Dennis, What va

RE: timeouts

2004-10-03 Thread David G. Friedman
ly getting on people's nerves for trying to answer so many Struts-user-list questions this weekend) -Original Message- From: Lucero, Dennis M [mailto:[EMAIL PROTECTED] Sent: Sunday, October 03, 2004 7:46 PM To: Struts Users Mailing List Subject: RE: timeouts The max time that a br

RE: timeouts

2004-10-03 Thread Lucero, Dennis M
The max time that a browser will wait to the request to return? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 6:43 PM To: Struts Users Mailing List Subject: Re: timeouts What timeout? Database timeouts? The max time that a browser

Re: timeouts

2004-09-30 Thread James Mitchell
What timeout? Database timeouts? The max time that a browser will wait to the request to return? What are we talking about? -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Lucero, Dennis M&quo

RE: timeouts

2004-09-30 Thread Lucero, Dennis M
Ugh , not session timeouts but connection timeouts. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 12:17 PM To: Struts Users Mailing List Subject: Re: timeouts No, Struts does not control session timeouts -- James Mitchell

RE: timeouts

2004-09-30 Thread David Suarez
: [EMAIL PROTECTED] Subject: timeouts I am setting connection timeouts in server.xml but these settings do not seem to be working. Does struts have a timeout function? I am he, as you are he, as you are me, and we are all together

Re: timeouts

2004-09-30 Thread James Mitchell
No, Struts does not control session timeouts -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Lucero, Dennis M" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, Sept

timeouts

2004-09-30 Thread Lucero, Dennis M
I am setting connection timeouts in server.xml but these settings do not seem to be working. Does struts have a timeout function? I am he, as you are he, as you are me, and we are all together.