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.
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.
By default, cookies expire at the end of the session (meaning when the user closes their browser).