Skip to content
This repository has been archived by the owner on Oct 31, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 736 Bytes

File metadata and controls

19 lines (12 loc) · 736 Bytes

Redmine ActiveRecord Session Store plugin

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.

Compatibilty

Tested with Redmine 2.2.3, but should be working fine with Redmine 2.x and possibly 1.x.

Installation

  1. Download or clone this repository and place it in the Redmine plugin directory
  2. Run the plugin migrations (rake redmine:plugins:migrate RAILS_ENV=production)
  3. Restart your webserver
  4. Open Redmine and check if the plugin is visible under Administration > Plugins
  5. Party

Usage

It's all done automagically. Nothing to setup!