Removes a UserSession.
Parameters: s - The UserSession.
startGarbageCollectionOfIdleComponents
public static void startGarbageCollectionOfIdleComponents()(Code)
This will perform garbage collection of idle components. Idle components are those components which have had no activity performed in the last 'timeOutMinutes' minutes.
This will start a Thread which runs every 'timeOutMinutes' minutes
stopGarbageCollectionOfIdleComponents
public static void stopGarbageCollectionOfIdleComponents()(Code)
This stops the Thread that was started by the startGarbageCollectionOfIdleComponents() method.