CApplication.GetCookie


static function GetCookie

Prototype:

static string GetCookie(string user)

Parameters

user
The user or key associated with the cookie. Cannot contain characters that are invalid in a filename.

Description:

Gets the data set by [SetCookie] asociated with the current user and current host.

Return value:

A string containing the data set with [SetCookie]