Uses of Interface
net.officefloor.web.session.spi.FreshHttpSession
-
Packages that use FreshHttpSession Package Description net.officefloor.web.session.generator net.officefloor.web.session.spi -
-
Uses of FreshHttpSession in net.officefloor.web.session.generator
Methods in net.officefloor.web.session.generator with parameters of type FreshHttpSession Modifier and Type Method Description void
UuidHttpSessionIdGenerator. generateSessionId(FreshHttpSession session)
-
Uses of FreshHttpSession in net.officefloor.web.session.spi
Methods in net.officefloor.web.session.spi with parameters of type FreshHttpSession Modifier and Type Method Description void
HttpSessionIdGenerator. generateSessionId(FreshHttpSession session)
Generates the session Id.
-