commit(name, options)
private

No documentation available.

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