Some may get kicked out and forced to login again. Active sessions would be terminated I think. So you could do it late in the night if you don't want to piss off your users. Sessions expire after a certain amount of time anyways, so they would be forced to login again.
Jan 23, 2015
2
Level 2
Switching session storage
I have been running in production for last 2 months, but realized that I have been using file based session storage.
I think I would prefer to use redis or the database (mysql) instead.
If I just switch over, I am assuming that all sessions will be lost for people. Is there anyway to migrate the sessions in file over as well when making the switch?
Thanks!
Please or to participate in this conversation.