Carlos,
The javadoc indicates that the methods are deprecated,
but it looks like you could use:
HttpSession mySess = request.getSession();
// getSessionContext() is deprecated
HttpSessionContext sessCtx =
mySess.getSessionContext();
// getSession(String) is deprecated
HttpSession otherSess =
sessCtx.getSession("otherSessId");
-Bob
--- Carlos Alonso Vega <[EMAIL PROTECTED]> wrote:
> Thanks for the reply. My problem is that the
> session info I need is not
> of the session that makes the request. I need to
> check other sessions in
> the same context. I can use the request because it
> is in the same
> context, so the manager is the same.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]