I am building a mobile web app that has the option to login via facebook/twitter. I want the app to remember the login via Spring security\'s remember me functionality so th
Try to inject the implementation of RememberMeServices interface and then try to do:
RememberMeServices
rememberMeServices.loginSuccess(request, response, auth);
Be sure that _spring_security_remember_me parameter is present in the request.
_spring_security_remember_me