CookieHandler::GetValidity()


Definition

Returns the validity/lifespan of this cookie in seconds.

Int GetValidity ()

Returns

Example

$Cookie = new CookieHandler("Testcookie");
$CurrentValidity = $Cookie->GetValidity();