---
title: Retain Session Cache After Configuration Change
description: Use this property to manage how the session cache is used after a change to the agent configuration:
component: web-agents
version: 2025.11
page_id: web-agents:properties-reference:com.forgerock.agents.session.cache.eventually.consistent
canonical_url: https://docs.pingidentity.com/web-agents/2025.11/properties-reference/com.forgerock.agents.session.cache.eventually.consistent.html
---

# Retain Session Cache After Configuration Change

Use this property to manage how the session cache is used after a change to the agent configuration:

* `0`: Purge the session cache, and re-read the user session data.

* `1`: Do not purge the session cache, and do not re-read the user session data. Use this value to prevent the agent from flooding AM instances with requests, when the agent configuration changes regularly, and the changes do not affect the agent authorisation decisions.

Default: `0`

|                    |                                                                                          |
| ------------------ | ---------------------------------------------------------------------------------------- |
| Property name      | `com.forgerock.agents.session.cache.eventually.consistent`   Introduced in Web Agent 5.9 |
| Function           | Profile                                                                                  |
| Type               | Boolean: `true` returns true; all other strings return `false`.                          |
| Bootstrap property | No                                                                                       |
| Required property  | No                                                                                       |
| Restart required   | No                                                                                       |
| AM console         | Tab: `Advanced (From AM 7.2)`Title: `Retain Session Cache After Configuration Change`    |
