[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 67b74e71802a7a57d9f0991c91259ab123108843

Sylvain Beucler beuc-inria at fusionforge.org
Wed May 21 11:03:37 CEST 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_3 has been updated
       via  67b74e71802a7a57d9f0991c91259ab123108843 (commit)
      from  55bf9706223db0ce3e7cdffffc0d6b9712fd8ea8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 67b74e71802a7a57d9f0991c91259ab123108843
Author: Sylvain Beucler <sylvain.beucler at inria.fr>
Date:   Wed May 21 11:03:32 2014 +0200

    Users with an old 'session_ser' cookie couldn't login (still anonymous after entering credentials). Fix by Roland.

diff --git a/src/common/include/session.php b/src/common/include/session.php
index b3746de..bbe2e49 100644
--- a/src/common/include/session.php
+++ b/src/common/include/session.php
@@ -39,7 +39,7 @@ $G_SESSION = false;
 /**
  * Get session id
  */
-$session_ser = getStringFromCookie('session_ser');
+$session_ser = '';
 
 /**
  *	session_build_session_token() - Construct session token for the user

-----------------------------------------------------------------------

Summary of changes:
 src/common/include/session.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list