Skip to content

Commit

Permalink
Disable unused session store
Browse files Browse the repository at this point in the history
  • Loading branch information
slawosz committed Nov 1, 2023
1 parent 3cae528 commit f5de079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/session_store.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Rails.application.configure do
config.session_store :cookie_store, key: "_tshf_session"
Rails.application.config.session_store :disabled
end

0 comments on commit f5de079

Please sign in to comment.