commit(options)
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 510
        def commit(options)
          options[:expires] = 20.years.from_now
        end