D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
526
60-5 show ssl cachetimeout
Description
This command is used to show cahce timeout value which is designed for dlktimer library to
remove the session id after expired. In order to support the resume session feature, the SSL
library keep the session id in web server, and invoking the dlktimer library to remove this session id
by cache timeout value.
Format
show ssl cachetimeout
Parameters
None.
Restrictions
None.
Example
To show SSL cache timeout:
DES-3200-28/ME:admin#show ssl cachetimeout
Commands: show ssl cachetimeout
Cache timeout is 600 second(s)
DES-3200-28/ME:admin#
60-6 config ssl cachetimeout
Description
This command is used to configure cahce timeout value which is designed for dlktimer library to
remove the session id after expired. In order to support the resume session feature, the SSL
library keep the session id in web server, and invoking the dlktimer library to remove this session id
by cache timeout value. The unit of argument’s value is second and it’s boundary is between 60 (1
minute) and 86400 (24 hours). Default value is 600 seconds.
Format
config ssl cachetimeout <value 60-86400>
Parameters
timeout - Specify the SSL cache timeout value attributes.
<value 60-86400> - Enter the timeout value here. This value must be between 60 and 86400.