wwSession::GetSessionVar

Returns a session variable from the Session object.

o.GetSessionVar(lcVarName)

Returns

String value of the session variable or "" if it doesn't exist.

Parameters

lcVarName
Name of the session variable to retrieve.

See also