Currently I am using enable :sessions for my sinatra webserver. But I need to move into a memory based session management
When I use Rack::Session::Pool, it runs although my session seems to expire on page reload, or even on a new Ajax Call being made.