phpgroupware-users
[Top][All Lists]
Advanced

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

Re: [Phpgroupware-users] new class.sessions_php4.inc.php breaks old logi


From: Patrick Oliver
Subject: Re: [Phpgroupware-users] new class.sessions_php4.inc.php breaks old logins
Date: Sat, 14 Sep 2002 22:19:17 -0700
User-agent: KMail/1.4.3

On Saturday 14 September 2002 09:44 pm, Patrick Oliver wrote:
> Works like a charm, though I don't know why: your reasoning about using a
> non-dot domain name doesn't seem to apply to my setup.

I should have mentioned I also corrected a typo in your code (missing $ in 
$parts in if statement).

Patrick

> On Saturday 14 September 2002 01:34 pm, Patrick J. Walsh (mr_e) wrote:
> >     if (count(parts)<2)
> >     {
> >             $this->dom = '';
> >     }
> >     else
> >     {
> >             $this->dom = 
> > '.'.$parts[count($parts)-2].'.'.$parts[count($parts)-1];
> >     }
> >
> > this is around line 282 in class.sessions_php4.inc.php.





reply via email to

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