Files
MySMSAPio/config/initializers/session_store.rb
2025-10-22 17:22:17 +08:00

4 lines
202 B
Ruby

# Configure session store for admin interface
# Even though this is an API-only app, the admin interface needs sessions
Rails.application.config.session_store :cookie_store, key: '_my_smsa_pio_session'