This plugin teaches Redmine to use ActiveRecord as session store. Session data is no longer stored in the cookie but instead in your database. Only a session ID is stored on the client which minifies the overall request size.
Tested with Redmine 2.2.3, but should be working fine with Redmine 2.x and possibly 1.x.
- Download or clone this repository and place it in the Redmine plugin directory
- Run the plugin migrations (
rake redmine:plugins:migrate RAILS_ENV=production
) - Restart your webserver
- Open Redmine and check if the plugin is visible under Administration > Plugins
- Party
It's all done automagically. Nothing to setup!