Generated by
JDiff

Class org.springframework.web.server.session.InMemoryWebSessionStore

Added Methods
int getMaxSessions() Return the maximum number of sessions that can be stored.
(Map<String, WebSession>getSessions() Return the map of sessions with an unmodifiable wrapper.
void removeExpiredSessions() Check for expired sessions and remove them.
void setMaxSessions(int) Set the maximum number of sessions that can be stored.