Hi @Ashok Kumar,
For subdomains in the same root domain only - you can use wildcard cookies by specifying a subdomain. For example, sv1.test.com and sv2.test.com will both use test.com
For using a single cookie across root domains - you can't do that. It violates the trust rules - otherwise my application could read your other cookies. In sites that "seem" to share cookies, it's common to redirect to the other domain to verify the value, then redirect back to the other domain. The value can then be posted, set in a hidden form field or in a query string.
Best regards,
Lan Huang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread