Class HttpServletSession

  • All Implemented Interfaces:
    Session


    public class HttpServletSession
    extends Object
    implements Session
    Session implementation that is backed entirely by a standard servlet container HttpSession instance. It does not interact with any of Shiro's session-related components SessionManager, SecurityManager, etc, and instead satisfies all method implementations by interacting with a servlet container provided HttpSession instance.
    Since:
    1.0