How to introduce 'Remember me' checkbox to existing project with Spring Security?

Posted by Roman on Stack Overflow See other posts from Stack Overflow or by Roman
Published on 2010-05-05T13:38:20Z Indexed on 2010/05/05 16:08 UTC
Read the original article Hit count: 265

I have a pretty standard project with Spring Security.

I have a login form and I need to add 'Remember me' checkbox there. How can I do that?

I can provide some code if necessary.

© Stack Overflow or respective owner

Related posts about java

Related posts about spring