class ActionDispatch::Request::Session

def clear

Clears the session.
def clear
  load_for_delete!
  @delegate.clear
end