Sun OpenSSO Enterprise 8.0 Developer's Guide

Session Attributes

The session data structure contains the following fixed attributes:

sun.am.universalIdentifier

This universal, unique session identifier is an opaque, global string that programmatically identifies a specific session data structure. With this identifier, a resource is able to retrieve session information.

Type

This is specifies the type of client: USER or APPLICATION.

State

This is the state of the session: VALID, INVALID, DESTROYED or INACTIVE.

maxIdleTime

This is the maximum time in minutes without activity before the session will expire and the user must reauthenticate.

maxSessionTime

This is the maximum time in minutes before the session expires and the user must reauthenticate.

maxCachingTime.

This is the maximum time in minutes before the client contacts Identity Server to refresh cached session information

latestAccessTime

This refers to the last time the user accessed the resource.

creationTime

This is the time at which the session token was set to a valid state.