iTP Secure WebServer System Administrator's Guide (iTPWebSvr 6.0+)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide—523346-002
A-72
Default
Default
1000 entries
The default value is used if you do not specify SK_CacheSize in the configuration file.
Example
SK_CacheSize 100
This example sets the cache size to 100 entries.
SK_GlobalCache
Syntax
SK_GlobalCache {On|Off}
Description
Use the SK_GlobalCache directive to enable or disable the use of the Global Session
Key Cache server.
Default
SK_GlobalCache Off
Example
SK_GlobalCache On
SK_GlobalCacheTimeout
Syntax
SK_GlobalCacheTimeout hundredths-of-seconds
Description
The SK_GlobalCacheTimeout directive can be used in conjunction with the
SK_GlobalCache directive. It specifies the amount of time that the httpd server should
wait for a response from the Global Session Key Cache server.
Default
SK_GlobalCacheTimeout 50
which assigns 5 seconds, measured in hundredths-of-seconds.