I am using azure b2c with web app integration with cookie based authentication. I am using standard sign-in user flow and i want to get unique session for every login so that i can tie up with customer journey and tracking for each login session. Also I have observed that If i delete all the cookie from the web app still the customer is logged in even though the request doesn't have any cookie and on the server side I am getting all the claim of the customer. So how does this authorization flow work as there are no cookie and bearer token in the header
