Session was not set when drupal site is running with domain ending with .my with Firefox 3.
Tested with PHP 5.2.6, apache 2.2.6, mysql 5.0.21 in both Linux and Win.
Firebug detect that drupal sent firefox 2 different session cookies. Login with IE7 works fine.
Changing some session-related setting in settings.php does not help either.
After commenting bootstrap.inc line 303-305
// session_name('SESS'. md5($session_name));
the login with Firefox 3 works. This only affect domain end with .my.
.com.my, .net.my and other does not affected.
The patch has been applied to drupal.my and several other .my site.
The issue have been discussed in
http://groups.drupal.org/node/13748
and
http://groups.drupal.org/node/14386
Comments
Comment #1
dpearcefl commentedConsidering the time elapsed between now and the last comment plus the fact that D5 is no longer supported, I am closing this ticket.