{@link Session Session} implementation that is backed entirely by a standard servlet container{@link HttpSession HttpSession} instance. It does not interact with any of Shiro's session-related components{@code SessionManager}, {@code SecurityManager}, etc, and instead satisfies all method implementations by interacting with a servlet container provided {@link HttpSession HttpSession} instance.
@author Les Hazlewood
@since 1.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.