Hello,
Grab HttpServletRequest (perhaps via RequestGlobals) and then call getSession().getId() on it. :) Think that should work! Peter ----- Original Message ----- From: "John" <j...@quivinco.com> To: users@tapestry.apache.org Sent: Thursday, 6 June, 2013 2:03:34 PM Subject: obtaining jsessionid Hi, Is it possible to obtain the sessionId for the servlet session in Tapestry, I can't see how to get it with request.getSession()? John