Files
sayit.helpdesk/src/main/webapp/common/sessionError.jsp
2025-12-03 10:41:27 +09:00

5 lines
186 B
Plaintext

<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"
%><script type="text/javascript">
alert("세션이 종료되었습니다.");
location.href = '/login.do';
</script>