Concept Framework 1.0 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: Thu Oct 15 20:02:00 2009 GMT | (c)2009 RadGs Software |