class Rack::Session::Abstract::SessionHash

def destroy

def destroy
  clear
  @id = @store.send(:delete_session, @req, id, options)
end