RE: isSessionValid request tag is false

2005-01-04 Thread Jim Barrows
-Original Message- From: ans [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 7:56 PM To: Struts Users Mailing List; taglibs-user@jakarta.apache.org Subject: Re: isSessionValid request tag is false Hi, And this happens only for the first time I open the browser

isSessionValid request tag is false

2005-01-03 Thread ans
Hi, I am using the following request tags from jakarta taglibs in my JSP req:isSessionValid value=false jsp:forward page=/SessionExpired.jsp / /req:isSessionValid I am checking in my action class and the session is available and I forward to the JSP containing the above lines. Why does it

Re: isSessionValid request tag is false

2005-01-03 Thread ans
Hi, And this happens only for the first time I open the browser and perform the action. Thanks -Aswath --- ans [EMAIL PROTECTED] wrote: Hi, I am using the following request tags from jakarta taglibs in my JSP req:isSessionValid value=false jsp:forward page=/SessionExpired.jsp /