Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r561 - registry/trunk/app/webroot/auth/logout

Subject: COmanage Developers List

List archive

[comanage-dev] r561 - registry/trunk/app/webroot/auth/logout


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r561 - registry/trunk/app/webroot/auth/logout
  • Date: Mon, 15 Jul 2013 17:19:15 -0400

Author: benno
Date: 2013-07-15 17:19:14 -0400 (Mon, 15 Jul 2013)
New Revision: 561

Modified:
registry/trunk/app/webroot/auth/logout/index.php
Log:
Better scoping of session for logout (CO-652)

Modified: registry/trunk/app/webroot/auth/logout/index.php
===================================================================
--- registry/trunk/app/webroot/auth/logout/index.php 2013-07-12 00:18:24
UTC (rev 560)
+++ registry/trunk/app/webroot/auth/logout/index.php 2013-07-15 21:19:14
UTC (rev 561)
@@ -5,7 +5,7 @@
* Version: $Revision$
* Date: $Date$
*
- * Copyright (C) 2010-2011 University Corporation for Advanced Internet
Development, Inc.
+ * Copyright (C) 2010-2013 University Corporation for Advanced Internet
Development, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with
* the License. You may obtain a copy of the License at
@@ -25,6 +25,6 @@
session_name("CAKEPHP");
session_start();

-unset($_SESSION['Auth']['external']['user']);
+unset($_SESSION['Auth']);

header("Location: " . "/registry/users/logout");



  • [comanage-dev] r561 - registry/trunk/app/webroot/auth/logout, svnlog, 07/15/2013

Archive powered by MHonArc 2.6.16.

Top of Page