Re: Session ID

2008-08-15 Thread Hrvoje Ban
On Fri, Aug 15, 2008 at 2:39 PM, "Stephan Schröder" <[EMAIL PROTECTED]> wrote: > Try this one: > ServletActionContext.getRequest().getSession().getId(); > > /Stephan That's what I was looking for. Thanks! - To unsubscribe, e-mail

Re: Session ID

2008-08-15 Thread Stephan Schröder
: "Struts Users Mailing List" > Betreff: Re: Session ID > On Fri, Aug 15, 2008 at 9:47 AM, Chris Pratt <[EMAIL PROTECTED]> > wrote: > > I usually implement ServletRequestAware so that I can call > > request.getSession().getId(). I would love to see them add th

Re: Session ID

2008-08-15 Thread rajanikanth786
Hi, For ActionClass implement ServletRequestAware then one abstract method is created for httpServletRequest, and it implement that method. By using that httpServletRequest? u can call ur session variable httpServletRequest.getSession(false).getAttribute(SessionId); In our project im getting

Re: Session ID

2008-08-15 Thread rajanikanth786
Hi, Can u tell me where you are unable to get the Session ID in struts2. thanks, rajanikanth

Re: Session ID

2008-08-15 Thread Hrvoje Ban
On Fri, Aug 15, 2008 at 9:47 AM, Chris Pratt <[EMAIL PROTECTED]> wrote: > I usually implement ServletRequestAware so that I can call > request.getSession().getId(). I would love to see them add that value to > the SessionMap but it's not there at the moment. > (*Chris*) That would work for a act

Re: Session ID

2008-08-15 Thread Chris Pratt
I usually implement ServletRequestAware so that I can call request.getSession().getId(). I would love to see them add that value to the SessionMap but it's not there at the moment. (*Chris*) On Fri, Aug 15, 2008 at 12:45 AM, Hrvoje Ban <[EMAIL PROTECTED]> wrote: > Hi! > > How can I get session

RE: Session Id for the HTTP Session in Struts application

2006-05-01 Thread George.Dinwiddie
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSession.htm l#getId() > -Original Message- > From: Raghuveer [mailto:[EMAIL PROTECTED] > Sent: Monday, May 01, 2006 3:16 AM > To: user@struts.apache.org > Subject: FW: Session Id for the HTTP Session in Struts application > >