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