old sessions can pile up.
for now I think we just need a rake task (presumably one that many folks will use via cron jobs). Also think we should set it up so cloudstore calls this on updates.
admin/delete_old_sessions. (there is also an admin/delete_old_revisions and admin/repair_references)
What is a "session" ?
wagn's current db structure:
mysql> show tables; +-------------------------+ | Tables_in_en_copy | +-------------------------+ | card_references | | card_revisions | | cards | | schema_migrations | | schema_migrations_cards | | sessions | | users | +-------------------------+ 7 rows in set (0.00 sec)
So sessions refers to browser sessions, thx...