impress/config/initializers/session_store.rb
Matchu 7d582be79a 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-10-23 19:05:06 -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'