X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/604011d6a88571730f2fbb0c4b718f5edccafc30..6d59a122ead9e2cc7d340ba6ec13cfdc250e1e5e:/config/initializers/session_store.rb diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb index 92e415045..ffba99257 100644 --- a/config/initializers/session_store.rb +++ b/config/initializers/session_store.rb @@ -4,5 +4,5 @@ OpenStreetMap::Application.config.session_store :cookie_store, :key => '_osm_ses # 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 "rake db:sessions:create") +# (create the session table with "rails generate session_migration") # OpenStreetMap::Application.config.session_store :active_record_store