Uiinfrastructure API Docs  
 

ASConstants.CLEARSESSION Field

This parameter is for use by network monitoring tools and tells the Interpreter to clean up the HTTPSession after the request has completed. This means it will remove everything cached on the HTTPSession to minimize the impact of network monitoring on memory usage. This does not work for gateway requests or requests that fail in certain ways.

public const string CLEARSESSION = "clearsession";

See Also

ASConstants Class | com.plumtree.uiinfrastructure.activityspace Namespace