OpenWGA 7.0 - TMLScript reference
TMLPortlet "portlet"Method :
removeSessionVar(name)
On object | TMLPortlet "portlet" |
Usage |
Removes a WebTML portlet session variable |
Description |
Use this method to remove portlet session variables that have been set via portlet.setSessionVar() in TMLScript or attribute psessionvar in WebTML. It cannot be used to remove normal WebTML portlet variables which is done using method portlet.removeVar(). |
Parameters |
name (String): Name of the variable to remove |
Allowed in script types |
|