Hi,
I'm developing a website with lot of users(500K) and lots of daily sessions.
I recently upgrade CI to version 3, so I've seen session management change to files driver (as default) and write session on server.
I've a memcache cluster available so I check if it's possible to move session to memcache and which session driver is the best.
My principal question is :
What is the best and secure configuration for sessions with CI3 ?
- which driver ?
- which session expiration timing ?
- which time to update ?