Hitachi

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


2.3.112 QOSCookieName

QOSCookieName specifies the name of the cookie used by the flow control functionality.

Description

QOSCookieName specifies the name of the cookie used by the flow control functionality.

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

Syntax

QOSCookieName cookie_name [{hws|user}]

Specifiable values

cookie_name

Specifies the name of the cookie used by the flow control functionality. You cannot use semicolons, commas, or spaces for cookie_name.

When you manage sessions by using different cookies between hosts and between URLs, you need to specify different cookie names.

hws

Sessions are managed by using the cookie that is created by the web server. This is called HWS creation mode.

user

Sessions are managed by using the cookies that are created by external modules other than the web server. This is called user creation mode.

Notes

Default value

If the definition item is omitted:

hws

Locations where it can be written

httpsd.conf, <VirtualHost> and <Location>