Closed mjc-gh closed 5 years ago
This PR adds some rake tasks for managing the sessions table (db:sessions:clear and db:sessions:trim). This tasks are very similar to the ones found in ActiveRecord::SessionStore.
db:sessions:clear
db:sessions:trim
Hi @mjc-gh, thanks for the great PR.
This PR adds some rake tasks for managing the sessions table (
db:sessions:clear
anddb:sessions:trim
). This tasks are very similar to the ones found in ActiveRecord::SessionStore.