<security:http>
<security:logout logout-url="/logout"
logout-success-url="/"
invalidate-session="true"
delete-cookies="remember-me, JSESSION_ID" />
</security:http>
- logout-url : 로그아웃 URL 지정
- logout-success-url : 로그아웃 성공 후 URL 지정
- invalidate-session : 세션 삭제 유무
- delete-cookies : 자동로그인 쿠키 같이 삭제
'Spring' 카테고리의 다른 글
[스프링Legacy] imgscalr - 이미지 scaling library (0) | 2023.07.12 |
---|---|
[스프링Legacy] commons-fileupload 환경설정 (0) | 2023.07.12 |
[스프링Security] 어노테이션 사용 설정 (0) | 2023.06.16 |
[스프링Legacy] Spring Security 프로젝트 초기설정 (STS, 이클립스) (0) | 2023.06.14 |
[스프링Legacy] Mybatis 프레임워크 초기설정 (0) | 2023.06.01 |
댓글