|
From: adam <ad...@xs...> - 2002-06-06 13:42:27
|
hey
more probs with cookies
from logincheck
setcookie("fcuID","",time()-3600,$default['path'],$default['domain'],0);
setcookie("fcuName","",time()-3600,$default['path'],$default['domain'],0);
from Timetable ID
setcookie("fcttID",$nttID,time()+36000,$default[path],$default[domain],0);
doesthe array need single quotations?
unfortraunetly my provider dns is a bit fucked today so cant look at
www.php.net
On Wed, 5 Jun 2002, adam wrote:
> hey luka
> i hope all is well with the installation...
>
> just started work on the code today
>
> i installed fc on my machine and spent an hour trying to work out why
> the cookies dont work....
>
> went through userlog.php and found the path and domain hgave been hard
> coded:
> $default[path] = "/cvs/code/openfcphp/";
> $default[domain] = "openfc.sourceforge.net";
>
> which is ok but now we are both working on the code we need to both amke
> sure we put a lot of comments in there so we can see the changes
>
> i hope all is well
>
> adam
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> Openfc-tech mailing list
> Ope...@li...
> https://lists.sourceforge.net/lists/listinfo/openfc-tech
>
Adam Hyde
XS4ALL Internet B.V.
mobile : + (31) 06 2903 6248
Eekholt 42
1112 XH
Diemen
Amsterdam
"free, as in 'radio'"
|