Skip to content

Commit

Permalink
Update to encrypted cookie store
Browse files Browse the repository at this point in the history
  • Loading branch information
mariochavez committed Jan 29, 2013
1 parent 9d2325a commit ae99d5c
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,6 +1,6 @@
# Be sure to restart your server when you modify this file.

Store::Application.config.session_store :cookie_store, key: '_store_session'
Store::Application.config.session_store :encrypted_cookie_store, key: '_store_session'

# Use the database for sessions instead of the cookie-based default,
# which shouldn't be used to store highly confidential information
Expand Down

0 comments on commit ae99d5c

Please sign in to comment.