class Rack::Session::SessionId

def private_id

def private_id
  "#{ID_VERSION}::#{hash_sid(public_id)}"
end