setValue
setValue(string parameterName, object value)
The setValue method enables to set a value for the specified parameterName. The value can be can either be a String, Double, or a Date.
The setValue method requires the following parameters:
*
parameterName - a string defining the name of the session data name-value pair.
*
value - an object defining the value of the designated parameter.
Return value
None.