◆ web.xml _ 세션유지시간 추가
페이지 정보
본문
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" id="WebApp_ID" version="3.1">
<display-name>Project1222</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>
<session-config>
<session-timeout>240</session-timeout>
</session-config>
</web-app>
<!-- 세션 유지 시간 추가 : 240 (분 단위) -->
- 이전글◆ localhost:8080/web01 ( 절대 경로 처리 ) 23.03.13
- 다음글이클립스 - JDK 11 버전 변경 , Refresh using 23.03.13
댓글목록
등록된 댓글이 없습니다.