-
Suggestion
-
Resolution: Invalid
-
None
Customers usually have two set of instances on their environment, each for production and QA purposes.
Some company would prefer to set their environment for both QA and production on the same domain. However this would result to signing out the others set of instances when a user log-in to the other set of instances.
You can do this by changing the name of the cookie (cookie.tokenkey)client applications use to store the SSO token: http://confluence.atlassian.com/display/CROWD/The+crowd.properties+File
So in your specific case, set crowd.tokenkey=crowd.qa.token_key for your QA apps.