Fortinet white logo
Fortinet white logo

Script Reference Guide

PROXY:clear_auth_key(value)

PROXY:clear_auth_key(value)

Clears the customized authentication key that was previously set to use the default key instead.

Syntax

PROXY:clear_auth_key(value);

Arguments

Name Description

value

A string which will be used to encrypt/decrypt the authentication cookie.

Events

Applicable in the following events:

  • VS_LISTENER_BIND

  • TCP_BIND

Example

when TCP_BIND {
result = PROXY:clear_auth_key()
}

Supported Version

FortiADC version 5.2.x and later.

PROXY:clear_auth_key(value)

PROXY:clear_auth_key(value)

Clears the customized authentication key that was previously set to use the default key instead.

Syntax

PROXY:clear_auth_key(value);

Arguments

Name Description

value

A string which will be used to encrypt/decrypt the authentication cookie.

Events

Applicable in the following events:

  • VS_LISTENER_BIND

  • TCP_BIND

Example

when TCP_BIND {
result = PROXY:clear_auth_key()
}

Supported Version

FortiADC version 5.2.x and later.