Closed (fixed)
Project:
Internationalization
Version:
6.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2011 at 18:30 UTC
Updated:
7 Mar 2012 at 20:10 UTC
Hi,
this is my first multilanguage project where we use different domains for each language. When a user logs in on the German domain and he changes the language after that he will see the "permission denied" warning when he was on a page which is only for logged in users. I think in cookie will be saved the German domain and after changing the language he is not logged in as it is as if he is on another project. Is there a way to keep the user logged in no matter which language he was logged in first?
Best,
Tobias
Comments
Comment #1
marinex commentedHi, you can use Single Sign On module, or if you have subdomains like en.yourdomain.de or es.yourdomain.de so you can set the cookies in settings.php.
M.
Comment #2
webflo commentedYes marinex is right. Thanks for the explanation!