roidrage / redis-session-store

A simple session store for Rails based on Redis.
http://github.com/roidrage/redis-session-store
MIT License
366 stars 147 forks source link

Fix bug with AbstractStore's default options and add the destroy method #2

Closed goncalossilva closed 11 years ago

goncalossilva commented 12 years ago

There was a bug in which redis-session-store was overwriting AbstractStore's default options. One of the issues this was causing was the multiple session cookie per path (instead of using the '/' default option).

I've also added the destroy method.

goncalossilva commented 12 years ago

Done.