[jboss-user] [Clustering/JBoss] - Re: SSO between several JBoss instances

bstansberry@jboss.com do-not-reply at jboss.com
Sun Nov 4 13:01:14 EST 2007


ClusteredSSO is cookie-based, and by default the browser will only present the cookie to the same hostname that issued it. In your case, you are trying to use two different host names.

See "Limitations" discussion in http://wiki.jboss.org/wiki/Wiki.jsp?page=SingleSignOn and the bit following it about setting a cookie domain.

A workaround is to assign host names to 192.168.10.106 and 192.168.10.222, with both hostnames under the same domain.  Then set the cookie domain to that domain, and use the host names in your URLs.

If you're just experimenting, you can try setting the cookie domain to "." (i.e. the whole internet) and  then still use IP addresses in your URLs.  Not sure if that would work or not.  Of course you wouldn't want to configure a real system that way.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101608#4101608

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101608



More information about the jboss-user mailing list