libraries:cookiehandler:cookiehandlerclass:getdomain
CookieHandler::GetDomain()
Definition
Returns the domain valid for this cookie.
String GetDomain ()
Returns
- String
Domain set in the cookie
Example
$Cookie = new CookieHandler("Testcookie"); $CurrentDomain = $Cookie->GetDomain();
libraries/cookiehandler/cookiehandlerclass/getdomain.txt · Last modified: 2022/12/13 16:15 by michael.pohl