Uiinfrastructure API Docs  
 

RequestLockFilter.UnlockSession Method 

A helper method to unlock the session. This method is public so the code can be shared with the gateway.

public static void UnlockSession(
   ISessionManager session
);

Parameters

session
The current session manager.

See Also

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