In my d7 instalation, language detection of i18n is set to domain: example.cz for Czech, examle.hu for Hungary example.com for English. When user log in at .com site, he must log in at .hu site again (even it is same system). Login sessions are not shared.

How I can keep user logged accros multiple domains?

I found this old d6 issue where they suggest to use module Single Sign On but it's not ported to D7 yet. There is also thread in drupal forum also referencing to SSO.

Is there any other option how to achieve this functionality?

Comments

jose reyero’s picture

Status: Active » Closed (won't fix)

Yes, you need some kind of SSO system... However this is not specific of multilingual systems as it will happen with any other site spawning multiple domains. And also not a bug.

(Cheap workaround: use path prefixes instead of multiple domains...)