Example usage for javax.servlet SessionCookieConfig interface-usage

List of usage examples for javax.servlet SessionCookieConfig interface-usage

Introduction

In this page you can find the example usage for javax.servlet SessionCookieConfig interface-usage.

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();