
org.frameworkset.security.session.impl.SimpleHttpSessionContext 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/
package org.frameworkset.security.session.impl;
import java.util.Enumeration;
import javax.servlet.http.HttpSession;
import javax.servlet.http.HttpSessionContext;
@SuppressWarnings("deprecation")
public class SimpleHttpSessionContext implements HttpSessionContext {
public SimpleHttpSessionContext() {
// TODO Auto-generated constructor stub
}
@Override
public Enumeration getIds() {
// TODO Auto-generated method stub
return null;
}
@Override
public HttpSession getSession(String sessionid) {
// TODO Auto-generated method stub
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy