class ActionDispatch::Session::CacheStore

def get_session_with_fallback(sid)

def get_session_with_fallback(sid)
  @cache.read(cache_key(sid.private_id)) || @cache.read(cache_key(sid.public_id))
end