Re: Retrieve certain session data inside a servlet

2006-06-06 Thread Carlos Alonso Vega
in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: Eric Haszlakiewicz [EMAIL PROTECTED] To: Carlos Alonso Vega [EMAIL PROTECTED] Cc: Tomcat Users List users@tomcat.apache.org Sent

Retrieve certain session data inside a servlet

2006-06-02 Thread Carlos Alonso Vega
I am trying to obtain data about a session inside a servlet, the code seems to be simple as localSession = Ctx.getManager().findSession(sessionId); My problem is that I do not know how to obtain the Ctx object from a request (HttpServletRequest) Thanks in advance

Re: Retrieve certain session data inside a servlet

2006-06-02 Thread Carlos Alonso Vega
: --- Carlos Alonso Vega [EMAIL PROTECTED] wrote: I am trying to obtain data about a session inside a servlet, the code seems to be simple as localSession = Ctx.getManager().findSession(sessionId); My problem is that I do not know how to obtain the Ctx object from a request (HttpServletRequest