This packages specifies the session interface and provides a factory to create theh session object
Session is required to work with any application, This packages specifies the session
- Implementation of session is left to the implementor
- Any application which needs session can use this Interface , and in runtime any implementation of session can be used
For More Usage please see the included tests