I would like to check whether the session has been timed out or not via ASMX/WCF AJAX call without extending the session.
My Session timeout is 30 minutes. If I am making a AJAX call to check at 15th minute, Session is automatically extending another 30 minutes considering this call a valid user call.
Is there a way to check session has been timed out or not via AJAX call?
Thanks Krish