I have a situation where we are testing Request.IsAuthenticated, the session on the server is gone but this is not good enough to tell us if the session is also live. Is there a way to check the session against the incoming request to see if its still live ?
↧