Related to #82. Introduced with commit github-36: support default settings
.
The plugin starts (imo) an unnecessary user session with every request.
Starting a session for every user is an application anti-pattern. Serving pages to users with sessions cannot be done out of a cache, so creating a session for every visitor inherently makes your application unscalable.