사용자 도구

사이트 도구


springframework:security

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
springframework:security [2013/01/23 11:57]
kwon37xi [설정에서 세션 생성하지 않도록]
springframework:security [2015/09/22 13:09]
kwon37xi
줄 21: 줄 21:
   <http ... create-session="never">   <http ... create-session="never">
 </code> </code>
-이렇게 하면 [[http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/web/authentication/UsernamePasswordAuthenticationFilter.htmlUsernamePasswordAuthenticationFilter]]의 ''allowSessionCreation'' 값 등이 false로 변경된다.+이렇게 하면 [[http://static.springsource.org/spring-security/site/docs/3.0.x/apidocs/org/springframework/security/web/authentication/UsernamePasswordAuthenticationFilter.html|UsernamePasswordAuthenticationFilter]]의 ''allowSessionCreation'' 값 등이 false로 변경된다.
  
 ===== Expression Handler ===== ===== Expression Handler =====
줄 111: 줄 111:
 <c:remove var="SPRING_SECURITY_LAST_EXCEPTION" scope="session"/> <c:remove var="SPRING_SECURITY_LAST_EXCEPTION" scope="session"/>
 </code> </code>
 +
 +
 +===== Session 직접 구현 =====
 +  * ConcurrentSessionFilter -> SecurityContextRepository
 +
 +===== 참고 =====
 +  * [[http://www.javabeat.net/spring-security-tutorial/|Spring Security Tutorial]]
 +
 +
springframework/security.txt · 마지막으로 수정됨: 2021/11/02 08:57 저자 kwon37xi