A wrapper around HttpSession, associated with a given scope-key. All calls to setAttribute,
getAttribute, removeAttribute, etc. are scoped to this object, while most other functionality
delegates to the wrapped HttpSession.
Constructor Summary
public
ScopedSession() This constructor exists only for deserialization.