From d26879b7142c7039fdf86bad9851f968d98806a6 Mon Sep 17 00:00:00 2001
From: Anders Lund <anders.lund@uninett.no>
Date: Thu, 12 Jun 2008 11:00:34 +0000
Subject: [PATCH] Shouldn't have to delete cookie.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@641 44740490-163a-0410-bde0-09ae8108e29a
---
 www/auth/login-feide.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/auth/login-feide.php b/www/auth/login-feide.php
index b232fbc51..cabd8e225 100644
--- a/www/auth/login-feide.php
+++ b/www/auth/login-feide.php
@@ -68,7 +68,7 @@ if (isset($_REQUEST['org'])) {
  * If the user has excplicitly selected to change the preselected organization.
  */
 if (isset($_REQUEST['action']) && $_REQUEST['action'] === 'change_org') {
-	setcookie("OrgCookie", "", time() - 3600);
+//	setcookie("OrgCookie", "", time() - 3600);
 	$selectorg = true;
 }
 
-- 
GitLab