Initial Commit from Base app
[base_ror3_portal.git] / config / initializers / session_store.rb
blob540416bf4af2882bdcea9e5eb7a2ef58438b1e3f
1 # Be sure to restart your server when you modify this file.
3 UKPortal::Application.config.session_store :cookie_store, :key => '_UK_Portal_session'
5 # Use the database for sessions instead of the cookie-based default,
6 # which shouldn't be used to store highly confidential information
7 # (create the session table with "rake db:sessions:create")
8 # UKPortal::Application.config.session_store :active_record_store