Previous Topic: MaxTimeout Method—Retrieves Session's Maximum Timeout Value

Next Topic: Single Sign-on Token Methods

SetVariables Method—Writes Session Variables to Session Store

The SetVariables method writes the session variables in the parameters list to the session store. Call AgentSession‑>AddParameter first to specify the variables in the list. If a variable exists in the session store, its value is updated to the new value. If the variable does not exist, a new variable is created.

Syntax

The SetVariables method has the following format:

Netegrity::AgentSession‑>SetVariables()

Parameters

The SetVariables method accepts no parameters.

Return Value

The SetVariables method does not return a value.

Remarks

The SetVariables method clears the parameters list.


Copyright © 2010 CA. All rights reserved. Email CA about this topic