first commit
This commit is contained in:
5
src/main/webapp/common/sessionError.jsp
Normal file
5
src/main/webapp/common/sessionError.jsp
Normal file
@@ -0,0 +1,5 @@
|
||||
<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"
|
||||
%><script type="text/javascript">
|
||||
alert("세션이 종료되었습니다.");
|
||||
location.href = '/login.do';
|
||||
</script>
|
||||
Reference in New Issue
Block a user