Hitachi

Hitachi Application Server V10 Definition Reference Guide (For Windows® Systems)


2.3.106 QOSCookieExpires

QOSCookieExpires specifies the amount of time for which the cookie used by the flow control functionality is enabled.

Description

QOSCookieExpires specifies the amount of time (in seconds) for which the cookie used by the flow control functionality is enabled. The value specified in this directive is used in HWS creation mode, but not in user creation mode.

Note that the mod_hws_qos module must be built-in to use the flow control functionality.

LoadModule hws_qos modules/mod_hws_qos.so

Reference note

Sessions are managed by using the cookie that is created by the web server in HWS creation mode, or the cookie that is created by a server other than the web server in user creation mode. Specify HWS creation mode or user creation mode in the QOSCookieName directive.

Syntax

QOSCookieExpires value

Specifiable values

0 to 86,400

Notes

Default value

If the definition item is omitted:

300

Locations where it can be written

httpsd.conf, <VirtualHost> and <Location>