Hi I am running into a strange issue, that is when I am working, all of a sudden the cookies are not set properly in the response from Web API.
I am using Web API 5.2 and it sets a cookie [OWIN] and the client application reads the cookie and then authenticates via the Cookie Authentication Middleware.
It was working fine, but the cookies were not set suddenly. When I restart the PC, it all started to work fine.
I have had this issue when the datetime was changed in the machine, however it happens all of a sudden in normal cases also.
Anybody have already faced this kind of issue, please share your findings.
Note: We are using the WebAPI as our Authorization Server and the Client application is an ASP.Net MVC 5.2 application.
We are using Redis cache as the session state manager.