Spring Session Timeout 스프링 세션 타임아웃 설정

Spring version ?

WEB-INF/web.xml

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
version="2.5">

...

        <session-config>
<session-timeout>0</session-timeout>
</session-config>
</web-app>

단위 분 minute
디폴트 30분
0은 타임아웃 없음 무한대

https://blueyikim.tistory.com/253

댓글

이 블로그의 인기 게시물

미해결 JEUS log error : deploy 작업 시 발생

java.lang.IllegalStateException: Type handler was null on parameter mapping for property 'imgFile'. It was either not specified and/or could not be found for the javaType (org.springframework.web.multipart.MultipartFile) : jdbcType (null)

SLF4J(Simple Logging Facade For Java) org.slf4j.Logger logback.xml