A BeanStore that uses a HTTP session as backing storage.
Unlike {@link EagerSessionBeanStore}, this bean store is backed by an HttpRequest, and only requires the session to be created when it needs to write an instance to it.
This class is not threadsafe
@author Nicklas Karlsson @author David Allen @author Pete Muir @author Ales Justin @see EagerSessionBeanStore
|
|
|
|