Home
last modified time | relevance | path

Searched refs:cookieMatchesTarget (Results 1 – 1 of 1) sorted by relevance

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DCookieJar.php80 if (!$this->cookieMatchesTarget($cookie, $urlParts)) {
117 if ($this->cookieMatchesTarget($cookie, $target)) {
317 protected function cookieMatchesTarget ($cookie, $target) function in CAS_CookieJar