]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Leave session handling to StatusNet - disable phpCAS's handling.
authorCraig Andrews <candrews@integralblue.com>
Mon, 30 Aug 2010 21:08:12 +0000 (17:08 -0400)
committerCraig Andrews <candrews@integralblue.com>
Mon, 30 Aug 2010 21:08:12 +0000 (17:08 -0400)
plugins/CasAuthentication/caslogin.php

index a66774dc17e911caf71d08069d648c0485020817..be6967381069a7e3c27a2d55fdd60f7414b34b23 100644 (file)
@@ -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();