SessionType constants

The SessionType constants identify the type of session desired. You use this constant to specify session type for a user login.

Note: Perl does not recognize SessionType constants. The SessionType constants are for VBScript only.
Constant Value Description
_SHARED_SESSION 1 More than one client can access this session's data.
_PRIVATE_SESSION 2 Only one client can access this session's data.
_ADMIN_SESSION 3 The system administrator is logged into the session.
_SHARED_METADATA_SESSION 4 The session owns only a read-only copy of the metadata to be shared by other shared or private sessions.