Plumtree UI Infrastructure API  
 

RequestLockFilter.LockSession Method 

Helper method to lock the session. This method is public so the code can be shared with the gateway.

public static void LockSession(
   ISessionManager session
);

Parameters

session
The current session manager.

See Also

RequestLockFilter Class | com.plumtree.uiinfrastructure.interpreter.filter Namespace