Package net.officefloor.web.session.spi
-
Interface Summary Interface Description CreateHttpSessionOperation Operation to obtain details of creating a newHttpSessionwithin theHttpSessionStore.FreshHttpSession Newly createdHttpSessionrequiring a session Id.HttpSessionIdGenerator Generates theHttpSessionId.HttpSessionStore Provides a store (or cache) ofHttpSessioninstances.InvalidateHttpSessionOperation Operation to obtain details of invalidating aHttpSessionwithin theHttpSessionStore.RetrieveHttpSessionOperation Operation to obtain details of retrieving aHttpSessionfrom theHttpSessionStore.StoreHttpSessionOperation Operation to obtain details of storing theHttpSessionwithin theHttpSessionStore.