The sessionHandler service adds to the web
service's CONNECTION object the ability to create a session object,
which can contain and automatically persist pickleable Python data for the
duration of a web session, maintained and tracked by a session id placed
in a cookie. For sessionHandler to work, it is necessary to specify a
SessionStore implementation by setting the configuration variable of
the same name in sw.conf.