▲ 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_4_0.xsd" id="WebApp_ID" version="4.0">
<display-name>model2</display-name>
<welcome-file-list>
<welcome-file>/</welcome-file>
</welcome-file-list>
<session-config>
<session-timeout>240</session-timeout>
</session-config>
</web-app>
<!-- 세션 유지 시간 추가 : 240 (분 단위) -->
- 이전글web.xml ( 경로 수정 ) 23.03.17
- 다음글● dao/DAO.java ( 데이타베이스 연결 ) 23.03.17
댓글목록
등록된 댓글이 없습니다.