Closed goncalossilva closed 11 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.
Done.
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.