The WebContainer's session component bundle provides a very specific implementation of http session for the WAS WebContainer component to use. Abstracted as much as possible, this session component still has a large part of its implementation living in the WebContainer bundle. A more generic session component is not available because the dispatcher does not provide the Servlet interfaces at this point. That may change in the future if we provide more Servlet containers.
At this time, much of the logic necessary to use this session component is tied deeply into the WAS WebContainer component. Therefore, this session implementation requires that the component using it extends and implements many classes. Currently, the WebContainer implements/extends methods the following classes:
Currently, the only form of session storage supported is in-memory storage.