Re: isRequestedSessionIdValid is returning false for the first time

2005-01-06 Thread ans
Thanks Craig for the reply. --- Craig McClanahan <[EMAIL PROTECTED]> wrote: > On Wed, 5 Jan 2005 17:16:46 -0800 (PST), ans > <[EMAIL PROTECTED]> wrote: > > Hi, > > I am in the process of converting a webapp written > > using servlets in to struts actions. &

isRequestedSessionIdValid is returning false for the first time

2005-01-05 Thread ans
Hi, I am in the process of converting a webapp written using servlets in to struts actions. When I open the browswer and when I enter into an action class for the first time, then my 'request.isRequestedSessionIdValid' is returning false Before calling the request.isRequestedSessionIdValid(), I pe

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 > > > > > I am checking in my a

isSessionValid request tag is false

2005-01-03 Thread ans
Hi, I am using the following request tags from jakarta taglibs in my JSP 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 always get forwarded "SessionExpired.jsp" -Aswath __