Skip to content
Snippets Groups Projects
Commit d26879b7 authored by Anders Lund's avatar Anders Lund
Browse files

Shouldn't have to delete cookie.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@641 44740490-163a-0410-bde0-09ae8108e29a
parent 55a1ee10
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment