JAVA/Java

session time변경

JENN_tech7 2021. 12. 2. 15:19
728x90
SMALL
        httpSession.setMaxInactiveInterval(3600);

초단위라서 1800이면 30분

3600이면 1시간

728x90
LIST