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