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
Yes, This is what is happening, I seperated out the condition for userType from getSession and it turns out that it is the userType and not the session which is showing NULL and hence logs out. The user type becomes null when the screen refreshes, so its a problem with the refresh, this is what i