static HttpSessionImpl |
HttpSessionImpl.forSession(io.undertow.server.session.Session session,
javax.servlet.ServletContext servletContext,
boolean newSession) |
HttpSessionImpl |
ServletContextImpl.getSession(io.undertow.server.HttpServerExchange exchange,
boolean create)
Gets the session
|
HttpSessionImpl |
ServletContextImpl.getSession(ServletContextImpl originalServletContext,
io.undertow.server.HttpServerExchange exchange,
boolean create) |
HttpSessionImpl |
ServletContextImpl.getSession(String sessionId)
Gets the session with the specified ID if it exists
|