From: Craig Andrews Date: Mon, 30 Aug 2010 21:08:12 +0000 (-0400) Subject: Leave session handling to StatusNet - disable phpCAS's handling. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6df8230488f3c4035ac2c3385631978b5a746fbc;p=quix0rs-gnu-social.git Leave session handling to StatusNet - disable phpCAS's handling. --- diff --git a/plugins/CasAuthentication/caslogin.php b/plugins/CasAuthentication/caslogin.php index a66774dc17..be69673810 100644 --- a/plugins/CasAuthentication/caslogin.php +++ b/plugins/CasAuthentication/caslogin.php @@ -28,7 +28,7 @@ class CasloginAction extends Action $this->clientError(_m('Already logged in.')); } else { global $casSettings; - phpCAS::client(CAS_VERSION_2_0,$casSettings['server'],$casSettings['port'],$casSettings['path']); + phpCAS::client(CAS_VERSION_2_0,$casSettings['server'],$casSettings['port'],$casSettings['path'],false); phpCAS::setNoCasServerValidation(); phpCAS::handleLogoutRequests(); phpCAS::forceAuthentication();