Zitat von Terry Soucy <[EMAIL PROTECTED]>:

Ok, I have modified that particular setting in the
horde/config/conf.php, but still get the same results from Internet
Explorer 6/7.  I decided to take a look at the headers, and this is what
I discovered ...

[Firefox]
Connection: keep-alive
Referer: https://webmail.unb.ca/horde-313/imp/
Cookie: Horde=d2bee48b14034e9aede601ca872b6f95;
imp_key=3d76386d5ec1e810a4845e6088826fd7;
auth_key=3d76386d5ec1e810a4845e6088826fd7


[IE7]
Cache-Control: no-cache
Cookie: imp_key=9100351d21af6b4962ce1f2dfb5e1b17;
auth_key=33315dea60316e923cbd109943c71c2e;
Horde=3ae9ed92a7b12b65e3c05fa6b0a34c26;
Horde=d46441fe7c468ed1f2b51b73ac9f1779

Notice that in IE6 (and IE7) php makes the attempt to set a new
sessionid due to authentication, but the initial horde sessionid is not
overwritten, and this is causing IE to get confused on where to go, and
since the initial horde sessionid is available first in the cookie, it
is using it as the sessionid, which is an unauthenticated session.  If
we make the same connection directly to one of the systems in the
cluster, the horde sessionid is replaced properly.

I think we might be down to a specific php issue, but not entirely sure.
 I'm still investigating, but if anyone who has more experience with php
sessions that I do wants to pipe in, I wouldn't mind suggestions.

Set a fixed server name (of the ha frontend) in Horde's configuration.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to