I'm a bit nervous about disabling ARR Affinity for my app service because I don't fully understand the following:
- Where is the session state stored?
- If it's stored InProc (on the VM), is that shared amongst the other instances in my app service?
I'm using a .NET 4.6.2 API, I can't see any reference to SessionStateProvider
, so can I assume session state is stored in process?