The user session can be configured with an Idle Timeout and a Maximum Timeout. The Idle Timeout and Max. Timeout are configured within each Realm. This KB details how the Max and Idle Timeouts are calculated and recorded in a Session Store hosted on an LDAP Symantec Directory Server.
PRODUCT: Siteminder
VERSION: Any
COMPONENT: Session Store
SESSION STORE Type: Symantec Directory Server (LDAP)
OPERATING SYSTEM: Any
A Session object in an LDAP CA Directory Session Store is comprised of the following attributes:
| Attribute | Value |
| objectClass | smSession |
| objectClass | top |
| smSessionId | <smSessionID_Value> |
| smExpirationTime | 20251121204915Z |
| smIdleExpirationTime | 20251121194915Z |
| smLastAccessTime | 20251121184915Z |
| smMaxIdleTime | 3600 |
| smSessionBlob | <smSessionBlob_Value> |
| smSessionStatus | 0 |
| smSessionVariableData | |
| smSessionVariablesMode |
smMaxIdleTime:
<Property Name="CA.SM::Realm.IdleTimeout">
<NumberValue>3600</NumberValue>
</Property>
smLastAccessTime:
smIdleExpirationTime:
<Property Name="CA.SM::Realm.IdleTimeout">
<NumberValue>3600</NumberValue>
</Property>
<Property Name="CA.SM::Realm.MaxTimeout">
<NumberValue>600</NumberValue>
</Property>