문제

I want to be able to detect when the form authentication ticket updates due to the slidingExpiration flag being set to true. I need to call a backend service with the new expiration time. Does anyone know where the code is that re-validates the ticket and updates it with the new expiration time due to the slidingExpiration?

Thanks!

도움이 되었습니까?

해결책

I want to be able to detect when the form authentication ticket updates due to the slidingExpiration flag being set to true

This happens on any HTTP request that the user sends to your site.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top