10

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.

Hommer Smith
  • 26,772
  • 56
  • 167
  • 296

1 Answers1

13

By default, cookies expire at the end of the session (meaning when the user closes their browser).

devth
  • 2,738
  • 4
  • 31
  • 51