class Rack::Session::SessionId

def hash_sid(sid)

def hash_sid(sid)
  Digest::SHA256.hexdigest(sid)
end