impress/config/initializers/session_store.rb
Matchu 9ad464a7f7 Invalidate old session cookies
The session format changed, so we change the session cookie name rather than have things crash about it! (I hope the actual prod behavior is to ignore bad cookies rather than crash? But I figure this is more reliable anyway.)
2023-08-02 17:37:09 -07:00

3 lines
165 B
Ruby

# Be sure to restart your server when you modify this file.
OpenneoImpressItems::Application.config.session_store :cookie_store, key: '_openneo_impress_session_v2'