Documentation for Crowd 1.4. Documentation for other versions of Crowd is available too.
To reset the SSO (single sign-on) cookie domain, run the following SQL command on the Crowd database:
update serverproperty set value = '' where name = 7;
Once you have done this you will need to restart Crowd and then log in. This will reset any domain SSO token misconfiguration.