Hi João,
Sorry for late respond.
I have tried the solution today. It works for me but my sequence of implementing the logic had gotten me in an infinite loop.
My question currently is how do I check if the user current session had been idle for 20 minutes?
My sequence of logic currently are as below
1. Stores user userID, sessionID, GUID, and user login Date/Time in an entity called UserSession when user login.
2. OnBeginWebRequest, I GetSessionTimeOut and check if it has exceed the system default timeout. If Yes, it will perform ClearSession and feedback message.
When I debug, I only found that this will got me in an infinite loop.
Appreciate if you could guide me.
Thank you.
Cheers,
Gwen.