I have the following problem: I'm using Identity in ASP MVC application. My authentication type is "ApplicationCookie". The problem is that this application is going to be used by a bank and they forbid cookies. My question is (I'm new to ASP) where is this cookie stores (on the server only, on the client. etc.) and is Identity the right approach in this scenario?
Thank you.