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. > > > > When I open the browswer and when

Re: isRequestedSessionIdValid is returning false for the first time

2005-01-05 Thread Craig McClanahan
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. > > When I open the browswer and when I enter into an > action class for the first time, then my > 'request.isRequestedSessionId

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