Critical Developers

Programmers Knowledge Base

Handle Session Timeout using jQuery Global Ajax Setup

Handle Session Timeout using jQuery Global Ajax SetupPlace below script in one of common js file and include in application// JS for Ajax Setup$(document).ajaxStart(function () {$(".loadingimg").show();// to show ajax loading image$.post(CheckSession... [More]