phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] Registration module problem solved - I think


From: Daniel Kelley
Subject: [Phpgroupware-users] Registration module problem solved - I think
Date: Fri, 13 Sep 2002 08:21:27 -0700

Borrowed code from home.php to set the sessionid in
registration/main.php, which seems to have fixed the problem. If
someone could explain why, that would be great!

PATCH:

--- registration/main.php    10 Feb 2002 02:13:23 -0000      1.7.2.1
+++ registration/main.php    13 Sep 2002 15:12:57 -0000
@@ -20,6 +20,8 @@
        ** session for it.
        */
 
+        $GLOBALS['sessionid'] = $GLOBALS['HTTP_GET_VARS']['sessionid'] ? 
$GLOBALS['HTTP_GET_VARS']['sessionid'] : 
$GLOBALS['HTTP_COOKIE_VARS']['sessionid'];
+
        // Note: This is current not a drop in install, it requires some manual 
installation
        //       Take a look at the README file
        $domain         = 'default';


d.k.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]