I am working with enterprice application with .net core web.api + angular2. Around 1,00,000 users will use this app one it is on production.
Some api is expose to another client ( Window base application ).
Currently i am using Jwt token for authentication.
How can i store session data. Application will deploy on azure with PAAS multiple app service.