CookieHandler::GetName()


Definition

Returns the name of this cookie.

String GetName ()

Returns

Example

$Cookie = new CookieHandler("Testcookie");
$CurrentName = $Cookie->GetName();