Open
Description
In the Nancy implementation, there is a class that set the CookieBasedSession (EnableSessions.cs) on application start up.
This is bad because ovverides the application specific implementation of session management.
I think that that class has to be removed, and let the developer decide which type of session implementation is the best choice.