1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-11 19:53:07 +00:00

Set explicit session store since Rails 2.0 default one (cookie) can not be used.

git-svn-id: http://redmine.rubyforge.org/svn/branches/work@967 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-12-09 21:54:57 +00:00
parent d217ec2a47
commit a053b5b772

View File

@ -23,6 +23,7 @@ Rails::Initializer.run do |config|
# Use the database for sessions instead of the file system
# (create the session table with 'rake create_sessions_table')
# config.action_controller.session_store = :active_record_store
config.action_controller.session_store = :PStore
# Enable page/fragment caching by setting a file-based store
# (remember to create the caching directory and make it readable to the application)