public abstract class SessionValidator extends Action
Other systems generally have a database table which stores this information, but we take advantage of the Servlet API here to save a hit to the database for each and every connection that a user makes.
This action is special in that it should only be executed by the Turbine servlet.
CACHE_SIZE_DEFAULT, CACHE_SIZE_KEY, NAME, PREFIX
Constructor and Description |
---|
SessionValidator() |
getRunData
public SessionValidator()
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.