This @Inject HttpServletRequest does work, many thanks. ----- Original Message ----- From: Thiago H de Paula Figueiredo To: Tapestry users Sent: Thursday, June 06, 2013 12:22 PM Subject: Re: obtaining jsessionid
On Thu, 06 Jun 2013 08:07:17 -0300, Peter Hvass <[email protected]> wrote: > Hello, Hi! > Grab HttpServletRequest (perhaps via RequestGlobals) and then call > getSession().getId() on it. :) Think that should work! You can @Inject HttpServletRequest directly at least since T5.1. No need to use RequestGlobals directly. -- Thiago H. de Paula Figueiredo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
