Concept Framework 2.2 documentation Contents | Index

CApplication.SendCookieContent

Name Type Access Version Deprecated
SendCookieContent function static version 1.0 no

Prototype:
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.

Returns:
Returns null.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:11 2013 GMT(c)2013 Devronium Applications