Symptom:
My browser is not submitting the cookie to my other web server after I authenticated at the first server.
Solution:
Check that the CookieDomain field for single sign-on contains at least two periods and that it is a subset of the server name, as in the following example:
.mycompany.com cookie domain works for all machines that end in .mycompany.com. Although it is possible to access a local web server without the full domain name, this method cannot generate the submission of a cookie by your browser. Therefore, the URL http://www/index.html gets the web page, but cannot match the cookie domain, so a cookie is not submitted (you may be asked to reauthenticate).
If you are using a country code, for example, www.company.abc.uk, make sure there are three periods in the URL. Also, be aware of the following:
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |