phpgroupware-users
[Top][All Lists]
Advanced

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

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


From: Dave Hall
Subject: Re: [Phpgroupware-users] Registration module problem solved - I think
Date: Sat, 14 Sep 2002 15:03:41 +1000

Thanks for the code.  Could you please pos tthis patch manager on 
savannah.gnu.org so you get the credit for the work.

Cheers

skwashd

Daniel Kelley <address@hidden> wrote:
> 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.
> 
> 
> _______________________________________________
> Phpgroupware-users mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/phpgroupware-users
> 

Attachment: dave.hall.vcf
Description: Card for <dave.hall@mbox.com.au>


reply via email to

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