* Matt Blubaugh <
matt.b...@gmail.com> [2013-04-18 22:19]:
> I only discovered today that it does not work in IE7 through IE9. What do I
> need to set the session.cookie.domain to? When I set an explicit value of
> something like ".
domain1.com" it works in IE7 through IE9 but then the
> cookie isn't accessible from the other domains. So if you're logged in on
> domain1, domain2 and domain3 don't know that.
What "the cookie"? SAML doesn't care about DNS domains in the least.
It works well if you scope each HTTP cookie only to each FQDN for
every IDP and SP involved, which is also the default for SSP.
No requirement for cookies shared across hosts, not with any version
of any webbrowser.
Did you have a look at the state lost topic in the documentation to
help you with your current problem?
-peter