GetDecryptedWebCookie (open)
Get an encrypted cookie from the client
Syntax
LOADLIB "mod::system/lib/webserver.whlib";
STRING FUNCTION GetDecryptedWebCookie(STRING name, STRING secretkey)Parameters
STRING nameName of the cookie
STRING secretkeyThe secret encryption key to use. If empty, the server generated key will be used
Return value
STRINGThe contents of the cookie, if we succesfully decrypted and verified it