
Overview
This article will show how to configure Remember Me functionality in Spring Security – using the standard cookie approach with persistence token.
Before reading this article I would recommend to go through my previous blog on Spring Security Remember me Web Flow.
As discussed, Spring Security provides two implementations for Remember-Me :
1. Simple Hash-Based Token Approach : It uses hashing to preserve the security of cookie-based...