Replace HTTP sessions in Cloud using REDIS cache
We have HTTP sessions in on-premise application. We want to migrate application to Cloud. We got the direction to use REDIS cache implementation in Cloud to replace HTTP sessions. Do we save user specific(HTTP Session) data in REDIS? Is there…