---
title: Cookie Domain List
description: List of domains, such as .example.com, in which cookies have to be set in CDSSO. If this property empty, then the fully qualified domain name of the cookie for the agent server is used to set the cookie domain, meaning that a host cookie rather than a domain cookie is set.
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.sun.identity.agents.config.cdsso.cookie.domain
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.sun.identity.agents.config.cdsso.cookie.domain.html
---

# Cookie Domain List

List of domains, such as `.example.com`, in which cookies have to be set in CDSSO. If this property empty, then the fully qualified domain name of the cookie for the agent server is used to set the cookie domain, meaning that a host cookie rather than a domain cookie is set.

To set the list to `.example.com`, and `.example.net` using the configuration file property, include the following:

`com.sun.identity.agents.config.cdsso.cookie.domain[0]=.example.com`

`com.sun.identity.agents.config.cdsso.cookie.domain[1]=.example.net`

Default: Empty

|                    |                                                                                    |
| ------------------ | ---------------------------------------------------------------------------------- |
| Property name      | `com.sun.identity.agents.config.cdsso.cookie.domain`   Introduced in Web Agent 4.x |
| Function           | Cross-domain single sign-on                                                        |
| Type               | String Map                                                                         |
| Bootstrap property | No                                                                                 |
| Required property  | No                                                                                 |
| Restart required   | No                                                                                 |
| AM console         | Tab: `SSO`Title: `Cookie Domain List`                                              |
