Notify Server (Web API on IIS) when cookie is Deleted. When user manually clears, browser cookies. How do I notify my website to immediately log-out the user.
Right now, when new request comes-in we redirect to sign-in in absence of cookie.
EDIT: To present an analogy, azure management portal logs out the user immediately, however here at stack overflow web page remains active until we make next request to SO.