GetAllWebCookies (open)
Get all cookies
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
RECORD ARRAY FUNCTION GetAllWebCookies()Return value
RECORD ARRAYThe cookies
STRING nameCookie name
STRING valueCookie 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