]> source.dussan.org Git - redmine.git/commitdiff
Config variable must be set (#21058).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Oct 2015 10:20:34 +0000 (10:20 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Oct 2015 10:20:34 +0000 (10:20 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14736 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/application.rb

index e4e0097d4ed04477e7e9af7eba0c4983f744d42a..d062d60184276ea0a20de9b392e7ee1ce7833556 100644 (file)
@@ -57,6 +57,9 @@ module RedmineApp
     # Sets the Content-Length header on responses with fixed-length bodies
     config.middleware.use Rack::ContentLength
 
+    # Verify validity of user sessions
+    config.redmine_verify_sessions = true
+
     # Specific cache for search results, the default file store cache is not
     # a good option as it could grow fast. A memory store (32MB max) is used
     # as the default. If you're running multiple server processes, it's