Spring Security

Spring Framework Security 와 Session의 로그인 처리에 대한 차이 - 작성중

Hcode 2022. 12. 10.

The main difference between using the Spring Framework Security for login handling and using a session for login handling is the security and stability of the login process.

 

Using the Spring Framework Security for login handling provides robust security features such as authentication and authorization, which make the login process more secure and stable. 

 

On the other hand, using a session for login handling involves storing the user's information on the server, which is less secure and less stable than using the Spring Framework Security. 

 

Additionally, the Spring Framework Security offers additional features and tools for managing user access and permissions that are not available with session-based login handling.

 

Overall, using the Spring Framework Security is generally considered to be a better option for login handling in most cases.

댓글