How to track expired WIF fedauth cookies?
I have an interesting problem with trying to keep track of expired WIF authentication sessions/cookies. As a bit of background: the site is MVC 3, uses Windows Identity Foundation (WIF) that has a trust with an ADFS server as an STS. The entire site is protected by SSL. The STS has the token expiry set to 60 minutes. When a user signs out manually, we just simply call the SignOut method on the FedAuth module: FederatedAuthentication.WSFederationAuthenticationModule.SignOut(false); This of course removes the FedAuth cookies, but here's where the problem starts. If I capture those cookies with