Hi, I was thinking of trying the MemorySessionStore, but I noticed nitro/lib/nitro/application.rb unconditionally sets: @session_store = Raw::CookieSessionStore.new in Application#start. If I wanted to try the MemorySessionStore, at what point should I initialize app.session_store ? Thanks, Bill