blob: 3982885ce24a8eb890bda317a67e29144ceb66fa (
plain)
1
2
3
4
|
# Be sure to restart your server when you modify this file.
configuration = { key: '_urkel_session', expire_after: 1.day }
Urkel::Application.config.session_store ActionDispatch::Session::CacheStore, configuration
|