Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
SendCookie | function | static | version 1.0 | no |
static function SendCookie(filename, var fname="", zipped=false); |
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 |
Sends a cookie to the client. The file identified by "filename" must exist and be readable. See also SendCookieContent. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013 GMT | (c)2013 Devronium Applications |