Home > Configuration > Application Firewall > setappfwprofile_cookiehijackingaction

setappfwprofile_cookiehijackingaction

Use this method to set one or more actions to prevent cookie hijacking. Available settings function as follows:
* Block - Block connections that violate this security check.
* Log - Log violations of this security check.
* Stats - Generate statistics for this security check.
* None - Disable all actions for this security check.
NOTE: Cookie Hijacking feature is not supported for TLSv1.3

CLI users: To enable one or more actions, type "set appfw profile -cookieHijackingAction" followed by the actions to be enabled. To turn off all actions, type "set appfw profile -cookieHijackingAction none".

Syntax



Parameters

name

Name of the profile that you want to modify.
This is mandatory parameter.

cookiehijackingaction

One or more actions to prevent cookie hijacking. Available settings function as follows: * Block - Block connections that violate this security check. * Log - Log violations of this security check. * Stats - Generate statistics for this security check. * None - Disable all actions for this security check. NOTE: Cookie Hijacking feature is not supported for TLSv1.3 CLI users: To enable one or more actions, type "set appfw profile -cookieHijackingAction" followed by the actions to be enabled. To turn off all actions, type "set appfw profile -cookieHijackingAction none".
Default value = AS_NONE.
Possible Values : none, block, log, stats.

Return Value

Returns simpleResult

See Also