Default expire time for a cookie in Rails
cookies, ruby-on-rails-3
Solution
By default, cookies expire at the end of the session (meaning when the user closes their browser).
Problem
What is the default expire time of a cookie in Rails (3.1.3)? I have found documentation on how to set, how to retrieve, but I fail to see the default expire time.