Class InMemorySessionPersistence

java.lang.Object
io.undertow.servlet.util.InMemorySessionPersistence
All Implemented Interfaces:
SessionPersistenceManager

public class InMemorySessionPersistence extends Object implements SessionPersistenceManager
Session persistence implementation that simply stores session information in memory.
Author:
Stuart Douglas