[jetty-user] Create a session from an existing one
Silvio Bierman <[email protected]> Thu, 19 Jun 2014 10:05:34 +0200
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I know the servlet API does not allow this but I would like to know if Jetty (embedded) somehow allows creating a new session (obtaining its Session object) when I already have a session attached to the current request. I am using URL based session tracking and need to provide a URL that will land in the new session. Is there a way to work with the session manager or so to achieve this? Currently on Jetty 9.2.1.v20140609 using it in embedded mode. Thanks, Silvio