Hitachi

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


2.3.113 QOSCookieSecure

QOSCookieSecure specifies whether to send cookies only when an SSL-enabled host is accessed.

Description

QOSCookieSecure specifies whether to send cookies to the client only when an SSL-enabled host is accessed. This value is used in HWS creation mode, but not in user creation mode. Note that the cookies are checked after the SSL encryption processing is finished.

Example:

When an SSL-enabled host and an SSL-disabled host are configured, if this directive is specified, cookies are sent only when the SSL-enabled host is accessed.

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

QOSCookieSecure {on|off}

Specifiable values

on

Cookies are sent to the client only when an SSL-enabled host is accessed.

off

Cookies are sent to the client even when an SSL-disabled host is accessed.

Default value

If the definition item is omitted:

Off

Locations where it can be written

httpsd.conf, <VirtualHost> and <Location>