comparison config/initializers/session_store.rb @ 253:1e2e999f586a

Use cookie store instead. Heh.
author edogawaconan <me@myconan.net>
date Thu, 10 Oct 2013 04:56:19 +0000
parents 620934712308
children 68eb23b52864
comparison
equal deleted inserted replaced
252:49410cc6ffd6 253:1e2e999f586a
1 # Be sure to restart your server when you modify this file. 1 # Be sure to restart your server when you modify this file.
2 2
3 Zeropaste::Application.config.session_store :cache_store 3 Zeropaste::Application.config.session_store :cookie_store, :key => "_zeropaste_session"
4 4
5 # Use the database for sessions instead of the cookie-based default, 5 # Use the database for sessions instead of the cookie-based default,
6 # which shouldn't be used to store highly confidential information 6 # which shouldn't be used to store highly confidential information
7 # (create the session table with "rails generate session_migration") 7 # (create the session table with "rails generate session_migration")
8 # Zeropaste::Application.config.session_store :active_record_store 8 # Zeropaste::Application.config.session_store :active_record_store