static function SendCookieContent(filename, content, zipped=false);
Parameters
filename
the filename that will id the cookie.
content
the content of the cookie
zipped
if set to true, the cookie content will be decompressed on the client side
Description:
Sends a virtual cookie to the client. Is a convenient alternative to the SendCookie function that performs the file reading. filename is not necessary to exist.