List of usage examples for javax.servlet.http HttpSessionListener interface-usage
From source file net.mindengine.oculus.frontend.web.listeners.SessionListener.java
public class SessionListener implements HttpSessionListener { Log logger = LogFactory.getLog(getClass()); @Override public void sessionCreated(HttpSessionEvent arg0) { // TODO Auto-generated method stub
From source file org.springframework.security.web.session.HttpSessionEventPublisher.java
/**
* Declared in web.xml as
*
* <pre>
* <listener>
* <listener-class>org.springframework.security.web.session.HttpSessionEventPublisher</listener-class>
From source file org.spirit.spring.BotListUserSessionListener.java
/**
* When user sessions are created or destroyed, keep track of who is logged in
* as well as other information on the total of active sessions.
*
* See the web.xml for web application configuration.
*
From source file org.kuali.rice.krad.web.listener.KualiHttpSessionListener.java
/**
* Used to handle session timeouts where {@link PessimisticLock} objects should
* be removed from a document
*
* @author Kuali Rice Team (rice.collab@kuali.org)
*/
From source file org.jaggeryjs.jaggery.core.listeners.WebAppSessionListener.java
/**
* Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
* <p/>
* WSO2 Inc. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
* in compliance with the License.
From source file org.kuali.coeus.sys.framework.listener.SessionLoggingListener.java
/** * Used for logging session information when it's created and destroyed. This allows us to monitor memory usage * of a session. */ public class SessionLoggingListener implements HttpSessionListener { private static final Log LOG = LogFactory.getLog(SessionLoggingListener.class);
From source file com.bstek.dorado.web.servlet.SpringContextLoaderListener.java
/** * @author Benny Bao (mailto:benny.bao@bstek.com) * @since 2010-12-7 */ public class SpringContextLoaderListener extends ContextLoaderListener implements HttpSessionListener { private static final Log logger = LogFactory.getLog(SpringContextLoaderListener.class);
From source file com.remediatetheflag.global.servlets.SessionListener.java
public class SessionListener implements HttpSessionListener { private HibernatePersistenceFacade hpc = new HibernatePersistenceFacade(); private static Logger logger = LoggerFactory.getLogger(SessionListener.class); @Override
From source file com.cubusmail.server.services.CubusSessionListener.java
/** * Force a mailbox logout if session expires. * * @author Juergen Schlierf */ public class CubusSessionListener implements HttpSessionListener {
From source file edu.harvard.iq.dvn.core.web.util.InputFileSessionCleaner.java
/**
* <p>The InputFileSessionCleaner is responsible for cleaning up any files
* that may have been uploaded by a session. The InputFile component by
* default stores files in an upload folder in the root directory of the
* deployed application in a child folder named after session id.</p>
* <p>In most deployment scenarios there is no need to keep files that