Hello,
I'm trying to subclass SessionStore to use MongoDB as a backend for sessions. SessionStore.create() and SessionStore.open() need to create a new Session object, but the constructor of Session is private. What am I missing to do that?
Thanks.