diff options
Diffstat (limited to 'sonar-server/src/main/webapp/WEB-INF/config/environment.rb')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/config/environment.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/config/environment.rb b/sonar-server/src/main/webapp/WEB-INF/config/environment.rb index 5ee8f927a3b..5d3bcbf5bc2 100644 --- a/sonar-server/src/main/webapp/WEB-INF/config/environment.rb +++ b/sonar-server/src/main/webapp/WEB-INF/config/environment.rb @@ -38,10 +38,8 @@ Rails::Initializer.run do |config| config.i18n.default_locale = :en - # 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") - # config.action_controller.session_store = :active_record_store + # Provided by JRuby-Rack + config.action_controller.session_store = :java_servlet_store # Use SQL instead of Active Record's schema dumper when creating the test database. # This is necessary if your schema can't be completely dumped by the schema dumper, |