Concept Framework 2.0 documentation Contents | Index

CApplication.SendCookie

Name Type Access Version Deprecated
SendCookie function static version 1.0 no

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.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:15 2011 GMT(c)2011 RadGs Software