com.arsdigita.acs
Class Security.SweepSessions

java.lang.Object
  |
  +--com.arsdigita.acs.ScheduledProcedure
        |
        +--com.arsdigita.acs.Security.SweepSessions
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
Security

public static class Security.SweepSessions
extends com.arsdigita.acs.ScheduledProcedure

Scheduled procedure to remove stale sessions from the sec_session_properties table


Field Summary
static java.lang.String cvsId
           
 
Constructor Summary
Security.SweepSessions()
           
 
Method Summary
 void run()
          Remove all sessions from the sec_session_properties table that have been inactive for the last [SessionLifetime] seconds (default, about 2 days).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cvsId

public static final java.lang.String cvsId
Constructor Detail

Security.SweepSessions

public Security.SweepSessions()
Method Detail

run

public void run()
Remove all sessions from the sec_session_properties table that have been inactive for the last [SessionLifetime] seconds (default, about 2 days).