iTP Secure WebServer System Administrator's Guide (Version 7.0)

Configuration Directives
iTP Secure WebServer System Administrator’s Guide523346-012
A-83
Default
cache by one and allocates a new entry. Therefore, the actual count of entries in the
cache can appear greater than the maximum size specified with this directive.
Only a positive integer is accepted as a valid value. If you set an invalid value, the iTP
Secure WebServer prints an error message during configuration-file processing, and
startup fails. If you set the value to a negative integer, an error message is printed.
Setting the value of either SK_CacheExpiration or SK_CacheSize to 0 disables
session key caching. Note that a warning message is printed if only one of these
configuration directives is set to 0. Therefore, to disable session key caching, you
should set both directives to 0.
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