I already know how to set expiry time duration in rails app, which has been documented very well on web. But what I want to know is what is the default time duration for ses
By definition, sessions will expire after the browser is closed, they do not have timeout.
If you open Chrome dev tools and look at the expiration date, it will say "Session" there instead of the date/time.