User Tools

Site Tools


libraries:cookiehandler:cookiehandlerclass:getpath

CookieHandler::GetPath()


Definition

Returns the path valid for this cookie.

String GetPath ()

Returns

  • String
    Path set in the cookie

Example

$Cookie = new CookieHandler("Testcookie");
$CurrentPath = $Cookie->GetPath();
libraries/cookiehandler/cookiehandlerclass/getpath.txt · Last modified: 2022/12/13 16:16 by michael.pohl