Uses of Interface
net.officefloor.web.session.spi.HttpSessionStore
-
Packages that use HttpSessionStore Package Description net.officefloor.web.session net.officefloor.web.session.store -
-
Uses of HttpSessionStore in net.officefloor.web.session
Constructors in net.officefloor.web.session with parameters of type HttpSessionStore Constructor Description HttpSessionManagedObject(java.lang.String sessionIdCookieName, int serverHttpConnectionIndex, int httpSessionIdGeneratorIndex, HttpSessionIdGenerator httpSessionIdGenerator, int httpSessionStoreIndex, HttpSessionStore httpSessionStore)
Initiate. -
Uses of HttpSessionStore in net.officefloor.web.session.store
Classes in net.officefloor.web.session.store that implement HttpSessionStore Modifier and Type Class Description class
MemoryHttpSessionStore
HttpSessionStore
that contains state of theHttpSession
within memory.
-