---
title: Managing PingGateway sessions
description: Configure PingGateway sessions, including in-memory and JWT-based session management
component: pinggateway
version: 2026
page_id: pinggateway:maintenance-guide:managing-sessions
canonical_url: https://docs.pingidentity.com/pinggateway/2026/maintenance-guide/managing-sessions.html
revdate: 2026-02-23T12:00:00Z
keywords: ["Maintenance", "Configuration", "Sessions"]
---

# Managing PingGateway sessions

Learn about PingGateway sessions in [PingGateway sessions](../about/about-sessions.html).

Change PingGateway session configurations using the `"session"` in the [AdminHttpApplication (`admin.json`)](../reference/AdminHttpApplication.html) for administrative requests and the [GatewayHttpApplication (`config.json` )](../reference/GatewayHttpApplication.html) or individual [Route](../reference/Route.html) for other requests:

* Change the default in-memory session settings by configuring an [InMemorySessionManager](../reference/InMemorySessionManager.html).

* Switch to JWT-based sessions by configuring a [JwtSessionManager](../reference/JwtSessionManager.html).
