Session properties
Session settings are inherited by default.
Session limits
The following properties are available under the Sessions Limits tab:
- Maximum Session Cache Size
-
Specifies the maximum number of sessions to cache in the AM server’s internal session cache.
Default:
5000Property:
org.forgerock.openam.session.service.access.persistence.caching.maxsize - Invalidate Session Max Time
-
Specifies the time in minutes after which invalid server-side sessions are removed from the session table.
Default:
3(minutes)Property:
com.iplanet.am.session.invalidsessionmaxtime
Statistics
The following properties are available under the Statistics tab:
- Logging Interval (in seconds)
-
Specifies the time in seconds AM delays between logging server-side session statistics. Any value lower than
5is interpreted as5seconds.Default:
60Property:
com.iplanet.am.stats.interval - State
-
Specifies whether to write statistics to a
File, to theConsole, or to turn recordingOff.Default:
FileProperty:
com.iplanet.services.stats.state - Directory
-
The path where AM writes statistic files, for example,
/path/to/am/var/stats.Default:
%BASE_DIR%/%SERVER_URI%/var/statsProperty:
com.iplanet.services.stats.directory - Enable Host Lookup
-
When enabled, AM performs host lookup during server-side session logging.
Default:
DisabledProperty:
com.sun.am.session.enableHostLookUp
Notification
The following properties are available under the Notification tab:
- Notification Pool Size
-
Specifies the number of threads in the session change notification thread pool. Session notification applies to server-side sessions only.
Default:
10Property:
com.iplanet.am.notification.threadpool.size - Notification Thread Pool Threshold
-
Specifies the maximum number of tasks in the queue for serving session change notification threads. Session notification applies to server-side sessions only.
Default:
5000Property:
com.iplanet.am.notification.threadpool.threshold