Forums / Install & configuration / Login across siteaccesses
Børge Warvik
Tuesday 11 December 2007 6:41:46 am
I'm developing a mulitilingual site. Every language is a siteaccess.
The problem is when the user is logged in on one siteaccess, he has to relogin when the language is changed (when user has changed to new siteaccess).
How can I make a login on one siteaccess effect the other siteaccesses?
Thanks,Børge
Laurent BOURREL
Tuesday 11 December 2007 7:05:59 am
Hi,
To share the session, try this :http://ez.no/doc/ez_publish/technical_manual/3_9/reference/configuration_files/site_ini/session/sessionnamepersiteaccess
Also, check that you have : SessionNameHandler=custom
HTH
Tuesday 11 December 2007 9:52:01 am
Exactly what I was looking for. Thanks!