1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch/middleware/session
Iain Beeston a5eddb534f Explained how to set session expiry through session_store config
Most session stores offer an :expire_after option, but it's largely
undocumented. Cookie store also supports a number of options via
rack (these used to be documented in rails 2.3)
2015-02-27 10:29:44 +00:00
..
abstract_store.rb Use Encoding::UTF_8 constant 🚯 2013-01-28 17:06:02 +09:00
cache_store.rb Explained how to set session expiry through session_store config 2015-02-27 10:29:44 +00:00
cookie_store.rb Explained how to set session expiry through session_store config 2015-02-27 10:29:44 +00:00
mem_cache_store.rb Explained how to set session expiry through session_store config 2015-02-27 10:29:44 +00:00