A BeanStore that uses a HTTP session as backing storage. This bean store is automatically attached when created.
This bean store is backed by an HttpSession directly. If you want a bean store that only requires session creation when an instance must be written, use {@link LazySessionBeanStore}.
This class is not threadsafe
@author Nicklas Karlsson @author David Allen @author Pete Muir @see LazySessionBeanStore
|
|
|
|
|
|