자동 로그아웃 설정 변경
eapim-admin CI / build (push) Has been cancelled

This commit is contained in:
eastargh
2026-08-26 14:59:29 +09:00
parent e69e1a1031
commit 497b72c52a
9 changed files with 53 additions and 13 deletions
+2 -4
View File
@@ -166,10 +166,8 @@
location.href = '<%=request.getContextPath()%>/rms/logout.do';
}
/* 상위 프레임(main.jsp) 활동 감지 */
['mousemove', 'keydown', 'click', 'touchstart'].forEach(function (e) {
document.addEventListener(e, markActivity, true);
});
/* 상위 프레임(main.jsp)에서 발생하는 AJAX 요청만 활동으로 기록 (마우스 이동/클릭만으로는 갱신되지 않음) */
$(document).ajaxSend(markActivity);
/* 주기적 유휴 시간 체크 */
setInterval(function () {