Hi,
> Yes, I am. I need to check to see if certain objects are in the session and if 
> not, see if they are in another session that is pointed to by the Cookie id. 
> It's like SingleSignOn, but slightly different. However I'm a bit confused to 
> why I can't get a session, even when the rest of the app (the jsp pages etc) 
> are making good use of it.,
> 
> The headers also show the session id, but oddly enough calling 
> HttpServletRequest.SessionIdFromCookie() returns true, but 
> HttpServletRequest.isRequestSessionIdvalid() returns false!

Maybe this is a similar problem I had when trying to fix the bug described 
in my previous posting: the Context is not yet set 
(HttpRequestBase.setContext()) at that stage - thus 
HttpServletRequest.isRequestSessionIdValid() will return false (see 
implementation of isRequestSessionIdValid()).

Henner.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to