Sha256: 44f36d578fa8d38669706b4c99bc6692206d47adaa47c8ad483e6e9d3cafd338
Contents?: true
Size: 579 Bytes
Versions: 2
Compression:
Stored size: 579 Bytes
Contents
# Be sure to restart your server when you modify this file. # Rails30App::Application.config.session_store :cookie_store, :key => '_rails_3.0_app_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") MongoStore::Session.database = Mongo::Connection.new.db("rails30_app_#{Rails.env}") if ENV['MONGO_SESSION_STORE_ORM'] == "mongo" Rails30App::Application.config.session_store :"#{ENV['MONGO_SESSION_STORE_ORM']}_store"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mongo_session_store-rails3-3.0.6 | spec/rails_3.0_app/config/initializers/session_store.rb |
mongo_session_store-rails3-3.0.5 | spec/rails_3.0_app/config/initializers/session_store.rb |