List of usage examples for javax.servlet SessionCookieConfig interface-usage
From source file org.cloudfoundry.identity.uaa.web.UaaSessionCookieConfig.java
public class UaaSessionCookieConfig implements SessionCookieConfig, ServletContextAware { protected static Log logger = LogFactory.getLog(UaaSessionCookieConfig.class); private String comment; private String domain;
From source file org.ireland.jnetty.server.session.SessionManager.java
/** * Manages sessions in a web-webApp. */ public final class SessionManager implements SessionCookieConfig { private static final Log log = LogFactory.getLog(SessionManager.class.getName()); private static final boolean debug = log.isDebugEnabled();