This content has been marked as final.
Show 3 replies
-
1. Re: Gatin portal need to maintain single user id session
haint Jul 15, 2013 10:16 PM (in response to deepak.sambrani) -
2. Re: Gatin portal need to maintain single user id session
trong.tran Jul 16, 2013 12:11 AM (in response to deepak.sambrani)Yes, it's possible.
What you need to do is to set the option parameter "singleLogin" in the default login module of GateIn portal. It is TomcatLoginModule in the case of Tomcat packaging (or JBossAS7LoginModule for JBoss AS 7). The parameter can be passed in this form singleLogin=yes or singleLogin=true, something like following :
org.exoplatform.services.security.j2ee.TomcatLoginModule required portalContainerName=portal singleLogin=yes realmName=gatein-domain;
-
3. Re: Gatin portal need to maintain single user id session
deepak.sambrani Jul 16, 2013 1:30 AM (in response to trong.tran)Thanks All,
Setting "singleLogin" parameter works well