74.12.0
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.