Benedict <[EMAIL PROTECTED]> wrote:

> W liście z pią, 07-02-2003, godz. 17:45, pp pisze: 

o jak fajnie zobaczyc polskie literki ;)
 
> > If You are using w2k , check if cookie may be written to file system 
> > and if cookies are enabled in IE config.
> They are enabled. But how to check they can be written?

Almost all new browsers has option to manage received cookies.
With IE You may simple browse Temp Int Files for these cookies.
 
> > IE6 on w2k and win XP will not manage cookies when its domain is not
> > the same as domain You requested. 
> I don't understand here.

Host www.myhost.com sends cookie with www.yourhost.com as a cookie domain.
IE will save this cookie , but will not treat is as correct for www.myhost.com.
 
> So this problem affects the majority of users and no one complains...?
> What is interesting is that I am not getting this error with a test
> installation on another machine with RH8 and midgard+aegirCMS rpms.
> 
> Also, I checked. The same message appears in Mozilla !
> So maybe it's something not set in apache...?
> what controls cookies behaviour in apache....$5 question:-)


Did You looked for any error message in php log file? 
e.g. "Can not send header....etc" ??

If Aegir sends cookie that way is should send at least with:

$cookie_host = mgd_get_host($midgard->host);
$cookie_host->name;

Also check if cookie is enabled in php.ini file, and  sessions as well.

Piotras



 





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to