MultiSessionStore

Build Status

This gem provides a means to support multiple sessions across different tabs in the same browser window.

Installation

Rails

Add this line to your application's Gemfile:

gem 'multi_session_store'

And then execute:

$ bundle

Or install it yourself as:

$ gem install multi_session_store

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/emartech/multi_session_store.

License

The gem is available as open source under the terms of the MIT License.