CApplication.SendCookie


static function SendCookie

Prototype:

static function SendCookie(filename, var fname="", zipped=false);

Parameters

filename
the filename that will id the cookie (must exist on the server).
fname
[out] the stripped filename
zipped
[in] if set to true, a zip file is espected that will be decompressed on the client side

Description:

Sends a cookie to the client. The file identified by "filename" must exist and be readable. See also SendCookieContent.

Return value:

Returns null.