Previous page

Next page

Locate page in Contents

Print this page

sessionType

Summary:

Contains information about a session.

Type specification:

Name

Min/Max

Type

Description

id

1..1

string

The session ID.

creation

1..1

datetime_type

Time of creation.

access

1..1

datetime_type

Last access time.

user

1..1

auth_nameType

The session owner.

expiration

0..1

int

Timeout value. If this element is absent in the Agent response, it means that the session is persistent and never times out.

stamp

0..1

string

Internal. Not used in client calls.

Session timestamp

data

0..[]

dataType

Internal. Not used in client calls.

Session-level custom data.

token

0..1

tokenType

The session owner security information.

Please send us your feedback on this help page