GetAllWebCookies (open)

Get all cookies

Syntax

LOADLIB "mod::system/lib/webserver.whlib";

RECORD ARRAY FUNCTION GetAllWebCookies()

Return value

RECORD ARRAY

The cookies

STRING name

Cookie name

STRING value

Cookie content

Description

This returns all the cookies originally sent by the client. They are not decrypted and do not include updates made to the cookies during the current page