moved explorer into new directory structure
[arvados.git] / apps / explorer / config / initializers / session_store.rb
diff --git a/apps/explorer/config/initializers/session_store.rb b/apps/explorer/config/initializers/session_store.rb
new file mode 100644 (file)
index 0000000..32d8443
--- /dev/null
@@ -0,0 +1,8 @@
+# Be sure to restart your server when you modify this file.
+
+Vcffarm::Application.config.session_store :cookie_store, key: '_vcffarm_session'
+
+# Use the database for sessions instead of the cookie-based default,
+# which shouldn't be used to store highly confidential information
+# (create the session table with "rails generate session_migration")
+# Vcffarm::Application.config.session_store :active_record_store