◆ web.xml _ 세션유지시간 추가 > JSP2

본문 바로가기
사이트 내 전체검색

JSP2

◆ web.xml _ 세션유지시간 추가

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 197회 작성일 23-04-25 10:21

본문

<?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>60</session-timeout>

  </session-config>

</web-app>


<!-- 세션 유지 시간 추가 : 60 (분 단위) -->

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
122
어제
123
최대
10,760
전체
263,721
Copyright © dancePKT . All rights reserved.