getcookie(
COOKIE
)

The getcookie( function returns the value of a cookie submitted to the server.


Parameters

This function has one parameter:

cookie – name of the cookie to be retrieved. The name is not case sensitive.


Description

This function returns the value of a cookie submitted to the server.

let accountID = getcookie("Account")

If the requested cookie doesn’t exist, empty text will be returned.

Note: This function should only be used in a procedure that is processing a web request, and only works if that request has been routed though an external web server.


See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.