---
title: Reset Cookie List
description: A list of cookies to reset before redirecting the client for login, and when the client logs out. Cookie Reset must be true.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.cookie.reset.name.list
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.cookie.reset.name.list.html
---

# Reset Cookie List

A list of cookies to reset before redirecting the client for login, and when the client logs out. [Cookie Reset](org.forgerock.agents.cookie.reset.enabled.html) must be `true`.

The agent searches for the cookie name using a case-sensitive search. If it finds a match, the cookie is reset. Otherwise, the agent searches again using a case-insensitive search. If it then finds a match, the cookie is reset and a warning is issued to the logs.

The list does not need to include the names of cookies created when [Profile Attribute Fetch Mode](org.forgerock.agents.profile.attribute.fetch.mode.html) or [Session Attribute Fetch Mode](org.forgerock.agents.session.attribute.fetch.mode.html) has the value `HTTP_COOKIE`.

|                          |                                                                                                                                                                                                                                      |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Property name            | `org.forgerock.agents.cookie.reset.name.list`                                                                                                                                                                                        |
| Aliases                  | `org.forgerock.agents.cookie.reset.name.list`   Introduced in Java Agent 5.6`com.sun.identity.agents.config.cookie.reset.name`   Introduced in Java Agent 5.0   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 6 |
| Function                 | Cookie reset                                                                                                                                                                                                                         |
| Type                     | List                                                                                                                                                                                                                                 |
| Bootstrap property       | No                                                                                                                                                                                                                                   |
| Required property        | No                                                                                                                                                                                                                                   |
| Restart required         | No                                                                                                                                                                                                                                   |
| Local configuration file | `AgentConfig.properties`                                                                                                                                                                                                             |
| AM console               | Tab: `SSO`Title: `Reset Cookie List`Legacy title: `Cookies Reset Name List`                                                                                                                                                          |
