Skip to content

74.12.0

Choose a tag to compare

@cf-identity cf-identity released this 03 Dec 01:34
7311e68

BUG FIX

Purge expired session from in memory map Configuring the UAA to manage sessions in memory resulted in the use of MapSessionRepository to manage sessions. MapSessionRepository does not automatically remove expired sessions from its backing map and neither did the UAA, resulting in a memory leak. The fix registers a scheduled task to remove expired sessions.

Github Issue 1
Github Issue 2
Tracker Story