# HG changeset patch # User edogawaconan # Date 1381380979 0 # Node ID 1e2e999f586ad37adfd997ab7558cd591d1fe182 # Parent 49410cc6ffd66a72cf1db1f048a9e717a4af5246 Use cookie store instead. Heh. diff -r 49410cc6ffd6 -r 1e2e999f586a config/initializers/session_store.rb --- a/config/initializers/session_store.rb Thu Oct 10 04:50:40 2013 +0000 +++ b/config/initializers/session_store.rb Thu Oct 10 04:56:19 2013 +0000 @@ -1,6 +1,6 @@ # Be sure to restart your server when you modify this file. -Zeropaste::Application.config.session_store :cache_store +Zeropaste::Application.config.session_store :cookie_store, :key => "_zeropaste_session" # Use the database for sessions instead of the cookie-based default, # which shouldn't be used to store highly confidential information