> That would work for a action, but how to it for interceptor?

Try this one:
ServletActionContext.getRequest().getSession().getId();

/Stephan


-------- Original-Nachricht --------
> Datum: Fri, 15 Aug 2008 10:27:35 +0200
> Von: "Hrvoje Ban" <[EMAIL PROTECTED]>
> An: "Struts Users Mailing List" <user@struts.apache.org>
> 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 that value
> to
> > the SessionMap but it's not there at the moment.
> >  (*Chris*)
> 
> That would work for a action, but how to it for interceptor?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

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

Reply via email to