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
: "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
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
Hi,
Can u tell me where you are unable to get the Session ID in struts2.
thanks,
rajanikanth
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
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
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
>
>
7 matches
Mail list logo