Plumtree UI Infrastructure API  
 

Interpreter.ClearSandbox Method 

This is the only way to safely clear the sandbox so that it gets correctly re-initialized. This does not reset the SESSIONVALID variable.

public static void ClearSandbox(
   ISessionManager smSandbox
);

Parameters

smSandbox

Return Value

ISessionManager

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace