Re: Session Expires too early! Help!

2007-05-17 Thread Nuwan Chandrasoma
i warned you about this :) - Original Message - From: "vikas rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, May 18, 2007 2:59 AM Subject: Re: Session Expires too early! Help! No, I didnt use URL rewriting or cookies, session.setAttr

Re: Session Expires too early! Help!

2007-05-17 Thread vikas rao
No, I didnt use URL rewriting or cookies, session.setAttribute() was used, but that wasnt the problem, i figured it out, the problem was that there was somehow there was this : window.event.clientx and clienty rules in the jsp page which, if true, would take the control to the log out page and obv

Re: Session Expires too early! Help!

2007-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vikas, vikas rao wrote: > Hi, > I am working on a bug in my application, the problem is, the session > expires > every 2 minutes or so and I have to log back in to continue, this is very > frustrating. Do you have cookies enabled or are you using URL

Re: [OT]Re: Session Expires too early! Help!

2007-05-16 Thread Nuwan Chandrasoma
, Nuwan - Original Message - From: "vikas rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 17, 2007 6:05 AM Subject: Re: [OT]Re: Session Expires too early! Help! Yes, This is what is happening, I seperated out the condition fo

Re: [OT]Re: Session Expires too early! Help!

2007-05-16 Thread vikas rao
Nuwan - Original Message - From: "vikas rao" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, May 17, 2007 5:32 AM Subject: Re: Session Expires too early! Help! >I did check the session time out tag, it is: > >3600 >

[OT]Re: Session Expires too early! Help!

2007-05-16 Thread Nuwan Chandrasoma
the session will time out after 30 min of idle time, Thanks Nuwan - Original Message - From: "vikas rao" <[EMAIL PROTECTED]> To: Sent: Thursday, May 17, 2007 4:47 AM Subject: Session Expires too early! Help! > Hi, > I am working on a bug in my application, the p

Re: Session Expires too early! Help!

2007-05-16 Thread vikas rao
dle time, Thanks Nuwan - Original Message - From: "vikas rao" <[EMAIL PROTECTED]> To: Sent: Thursday, May 17, 2007 4:47 AM Subject: Session Expires too early! Help! > Hi, > I am working on a bug in my application, the problem is, the session > expires > every 2 minute

Re: Session Expires too early! Help!

2007-05-16 Thread Nuwan Chandrasoma
17, 2007 4:47 AM Subject: Session Expires too early! Help! Hi, I am working on a bug in my application, the problem is, the session expires every 2 minutes or so and I have to log back in to continue, this is very frustrating. How do I go about debugging this? Which areas of the code do you guy

Session Expires too early! Help!

2007-05-16 Thread vikas rao
Hi, I am working on a bug in my application, the problem is, the session expires every 2 minutes or so and I have to log back in to continue, this is very frustrating. How do I go about debugging this? Which areas of the code do you guys think would be best to check for errors? Any inputs would be