makeSessionVarIDID()

The makeSessionVarIDID() function builds a session variable.

Syntax

makeSessionVarIDID(expr1,expr2)

Note:
  1. expr1 is the session variable name
  2. expr2 is the session variable value.
  3. setting a variable to a empty string is equivalent to deleting the variable.

Example

<input type="hidden" gwc:attributes="name makeSessionVarIDID('var1','value1')" />