Azure – How cookie based authentication works in multiple instance web application?
I have a stateless application(asp.net mvc 4.7.2),Which runs on multiple instance.(azure). My application uses form authentication (cookie based). When I login in some cases I get response back from diffrent instance and system shows as not logged in, on refresh…