# File lib/innate/session.rb, line 78 def flush(response = @response) return if !@cache_sid or @cache_sid.empty? flash.rotate! cache.store(sid, cache_sid, :ttl => options.ttl) set_cookie(response) end