| gettmsessionparameterResult Structure Definition |
The gettmsessionparameterResult structure defines the return type for gettmsessionparameter API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
tmsessionparameterList |
List of tmsessionparameters |
| tmsessionparameter Structure Definition |
The tmsessionparameter structure defines the actual return type values for gettmsessionparameter API. |
Syntax |
Members |
name |
sesstimeout |
The session timeout, in minutes. |
defaultauthorizationaction |
The Authentication Action, e.g. allow or deny. |
sso |
Whether or not Single Sign-On is used for this session. |
ssocredential |
Use primary or secondary authentication credentials for single sign-on. |
ssodomain |
Domain to use for single sign-on. |
kcdaccount |
Kerberos constrained delegation account name |
httponlycookie |
Allow only an HTTP session cookie, in which case the cookie cannot be accessed by scripts. |
homepage |
Web address of the home page that a user is displayed when authentication vserver is bookmarked and used to login. |
persistentcookie |
Use persistent SSO cookies for the traffic session. A persistent cookie remains on the user device and is sent with each HTTP request. The cookie becomes stale if the session ends. |
persistentcookievalidity |
Integer specifying the number of minutes for which the persistent cookie remains valid. Can be set only if the persistence cookie setting is enabled. |
tmsessionpolicybindtype |
Indicates current bind type (Classic/Advanced) for TM session policy across all bind entities |
tmsessionpolicycount |
Count of TM session policies across all bind entities |
_nextgenapiresource |
See Also |