본문 바로가기
  • 읽고보고쓰고
PROGRAMMING/Java

[JAVA] User session expired or not logged in yet

by 체리그루브 2022. 9. 7.
728x90
[2019-05-29 15:13:32,611][INFO][com.hy.base.exception.filter.ExceptionTimeoutRedirectFilter][doFilter]:60 - User session expired or not logged in yet
529, 2019 3:13:32 오후 org.apache.catalina.core.StandardWrapperValve invoke
심각: Servlet.service() for servlet dispatcher threw exception
java.lang.NullPointerException

보통 이런 에러는 시간이 만료될 때 많이 발생.

우리 DB가 시간 Timeout이 짧다보니 이런 현상이 잘 발생함.

728x90