On 10/10/2011 09:48 AM, farouk korteby wrote: > Hi devs, > > I want to get Java HttpSession by JSESSIONID directly from Groovy. > > Is it possible ? if yes how ? > > Thanks.
No, there's no way of accessing other sessions than your own, for security reasons. There used to be the HttpSessionContext class for getting access to any session, but it has been deprecated since the Servlets 2.1 specification. -- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

