Switch by hostname switch and login for all languages

Add this line in all your settings.php files :

ini_set('session.cookie_domain', '.domain.com');

This causes an infinite

mr.j - January 10, 2008 - 23:11

This causes an infinite redirect loop in drupal 5.3 for me.

But this works instead:

$cookie_domain = 'domain.com';

 
 

Drupal is a registered trademark of Dries Buytaert.