![JAR search and dependency download from the Maven repository](/logo.png)
org.frameworkset.security.session.SimpleHttpSession Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-security Show documentation
Show all versions of bboss-security Show documentation
support session share between application cluster nodes and cross domain application nodes.support good application session monitor and session data statitic module.demo site http://session.bbossgroups.com/
The newest version!
package org.frameworkset.security.session;
import javax.servlet.http.HttpSession;
public interface SimpleHttpSession extends HttpSession {
public Session getInnerSession();
public boolean islazy();
public void modifyAttribute(String name, Object value, int valuetype,int optype);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy