# File lib/cgikit/session.rb, line 371 def flush @session_store.remove(@session_id) if store_in_cookie? then remove_cookie(@context.response) end end