---
title: Expired Session Cache Timeout
description: The interval in minutes at which entries in the expired session cache timeout and are purged.
component: java-agents
version: 2025.11
page_id: java-agents:properties-reference:org.forgerock.agents.sso.expired.session.cache.ttl.minutes
canonical_url: https://docs.pingidentity.com/java-agents/2025.11/properties-reference/org.forgerock.agents.sso.expired.session.cache.ttl.minutes.html
---

# Expired Session Cache Timeout

The interval in minutes at which entries in the expired session cache timeout and are purged.

The expired session cache records sessions that have been killed by AM. Use the cache to reduce network traffic and load on AM. When the agent receives a request using an invalidated token, it rejects the request without requesting session information from AM.

|                          |                                                                                                                                                                        |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Property name            | `org.forgerock.agents.sso.expired.session.cache.ttl.minutes`                                                                                                           |
| Aliases                  | `org.forgerock.agents.sso.expired.session.cache.ttl.minutes`   Introduced in Java Agent 5.7.1   [Recognized](preface.html#how_am_manages_multiple_aliases) from AM 7.1 |
| Function                 | Session                                                                                                                                                                |
| Type                     | Integer                                                                                                                                                                |
| Default                  | `20`                                                                                                                                                                   |
| Bootstrap property       | Yes                                                                                                                                                                    |
| Required property        | No                                                                                                                                                                     |
| Restart required         | Yes - Restart the container after changing the property                                                                                                                |
| Local configuration file | `AgentBootstrap.properties`                                                                                                                                            |
| AM console               | Tab: `Advanced (from AM 7.1)`Title: `Expired Session Cache Timeout`                                                                                                    |
