When my app`s session variable expires and if we try to perform any DB operation via AJAX call, I keep receiving this error only on IE (works fine on FF and chrome).
SCRIPT7002: XMLHttpRequest: Network Error 0x2f76, Could not complete the operation due to error 00002f76
Due to this my app is not redirecting. what can be the possible reasons?
TIA