Manage sessions
Learn about PingGateway sessions in Sessions.
Change PingGateway session configurations using the "session"
in the AdminHttpApplication (admin.json
) for administrative requests
and the GatewayHttpApplication (config.json
) or individual Route for other requests:
-
Change the default stateful session settings by configuring an InMemorySessionManager.
-
Switch to stateless sessions by configuring a JwtSessionManager.