Skip to content
Snippets Groups Projects

Issue #3400526 by ELC: Fix tests

Merged Ted Cooper requested to merge issue/cas_server-3400526:2.0.x-3400526-tests into 2.0.x
9 files
+ 258
58
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -285,7 +285,10 @@ class UserActionController implements ContainerInjectionInterface {
: NULL;
if ($request->cookies->has('cas_tgc')) {
// Remove the ticket granting cookie.
$this->responseCookies->clearCookie('cas_tgc', '/cas');
$this->responseCookies->clearCookie(
'cas_tgc',
Url::fromUri('internal:/cas')->toString()
);
}
$session_id = $this->sessionManager->getId();
$hashed_id = Crypt::hashBase64($session_id);
Loading