TYPO3 sessions storage {backends -> f:count()}

Previously, all sessions were stored in the database in the tables fe_sessions and be_sessions respectively. The Core ships two session backends by default:
- Database storage
- Redis storage

By default user sessions are still stored in the database using the database storage backend.