http://stackoverflow.com/questions/7806921/log-user-in-with-remember-me-functionality-in-spring-3-1/7811334#7811334
Type: Posts; User: vjeetje; Keyword(s):
http://stackoverflow.com/questions/7806921/log-user-in-with-remember-me-functionality-in-spring-3-1/7811334#7811334
Thanks for the reply, but I'm not looking to do it manually. I know there has to be a way to use the SPRING_SECURITY_REMEMBER_ME_COOKIE and I don't see a reason do it manually if Spring provides a...
I can't seem to get a cookie of spring that remembers the session, nor is the persistent_logins table of the dataSource getting populated. Why isn't the cookie received by the client?
Application...