getcookielist(
)

The getcookielist( function returns a list of cookies submitted to the server.


Parameters

No parameters.


Description

This function returns a carriage return separated list of cookies submitted to the server.

let myCookies = getcookielist()

Given the name of a cookie, you can find out its value by using the getcookie( function.

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.