Concept Framework 2.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
SetCookie | function | static | version 1.0 | no |
void SetCookie(string user, string data="") |
user | the user name or key associated with the cookie. The user name must not contain characters that are invalid in a filename. |
data | the data to set in the cookie (for example a serialized object) |
Set a cookie on the client side containing the given data. A cookie is accesible ONLY from the same host and for the same user/key. If data is empty, the cookie is deleted. |
Documented by Eduard Suica, generation time: Fri Jan 21 18:06:16 2011 GMT | (c)2011 RadGs Software |