Initializing help system before first use

httpreqcookies

httpreqcookies


Purpose
Retrieve the cookies of a request.
Synopsis
procedure httpreqcookies(reqid:integer, cook:array(string) of text)
Arguments
reqid 
Request number
cook 
An array where cookie values are returned (indiced by the names of the cookies)
Further information
This procedure decodes the header "Cookie" of a request to populate the provided array.
Related topics
Module