====== CookieHandler::GetName() ====== ---- ===== Definition ===== Returns the name of this cookie. String GetName () ===== Returns ===== * **String** \\ Name set in the cookie ===== Example ===== $Cookie = new CookieHandler("Testcookie"); $CurrentName = $Cookie->GetName(); ~~NOTOC~~