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

pencil/redmine_activerecord_session_store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

This plugin makes Redmine use ActiveRecord as session store.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages