Tristan Woudenberg said: >>>>> Thanks for your fast reply but nope, I'm not restricting >>>>> anything, these > are out of the box Firefoxes without any extensions or settings altered > whatsoever. >>>> >>>> In that case, I'm unable to duplicate your trouble. I've been >>>> using > SquirrelMail with Firefox for ages without any special hacks required. > (Stable AND dev cvs) > >>>> >> Can you setup a test account or something so that others here with >> Firefox >> > can take a look? >> I suspect that we could find the issue. >> (does the cookie try to set to the same domain you are accessing it >> from? IE > is it set to domain.com but you are using www.domain.com to access it?) > > I did setup a test account on http://mail.prism.nl with the latest 1.5 > cvs (updated today) login sqtest testsq15. If you have time to test it > please do, I'll change the pw in a couple of days though. About the > cookies, I get 2 cookies in Firefox, squirrelmail_language and SQMSESSID > both from the subdomain.host.tld not host.tld, seems to be correct, > doesn't it? >
I can confirm that the key cookie isn't set. I compared it with my 1.5.1 cvs install and in my case the key cookie is set. When I compare the http headers I also see a difference. mail.prism.nl (i replaced certain version numbers with "x"): Date: Wed, 16 Feb 2005 12:21:47 GMT Server: Apache/1.3.xx (Linux/SuSE) mod_ssl/x.x.x OpenSSL/x.x.x PHP/4.3.1 X-Powered-By: PHP/4.3.1 Set-Cookie: SQMSESSID=35cd193089c4ac27d9a69954abb577c7; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Keep-Alive: timeout=15, max=98 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 my server: Date: Wed, 16 Feb 2005 12:23:34 GMT Server: Apache/2.0.52 (Fedora) X-Powered-By: PHP/4.3.10 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 333 Connection: close Content-Type: text/html; charset=iso-8859-1 The difference is in the Set-cookie header and the Connection type. Another thing I notice in the Set-Cookie header is that it's not conform rfc2109. It's missing the required version attribute. The weird thing is that IE works. For the rest, i don't have a clue why it isn't working. Probably upgrading your php version would solve this. 4.3.1 is old. I'm using 4.3.10. Regards, Marc Groot Koerkamp. -- "It requires wisdom to understand wisdom: the music is nothing if the audience is deaf." - Walter Lippman ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
