On 24 Jul 2006 12:59:18 +0200, Maciej Zięba <[EMAIL PROTECTED]> wrote:
Hi :-)
Hi
I have a zope running "behind" Apache (as a vhost). My application uses session for 
storing data and authorization. For some, unknown to me, reason when I visit my app through a 
"name" (like http://myapp.mycompany.com) with Internet Explorer 6 the session does not 
work! Everything is all right with Mozilla Firefox and KDE's Konqueror...

Also the session works fine if I visit my web-application through the server's 
IP (like http://62.200.182.12 - this is only an example ;) ). When I do that, 
even IE works fine...

Typically this means that you are using an underscore in the hostname,
which IE correctly refuses to use as the domain for a cookie.

--
noodl

Reply via email to