owl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice"> http://fishbowl.pastiche.org/2004/01/19/persistent_login_cookie_best_practice) can be used, as can simple implementations that don't require a persistent store. Implementations also determine the validity period of a remember-me cookie. This interface has been designed to accommodate any of these remember-me models.
This interface does not define how remember-me services should offer a "cancel all remember-me tokens" type capability, as this will be implementation specific and requires no hooks into Acegi Security.
@author Ben Alex
@version $Id: RememberMeServices.java 1784 2007-02-24 21:00:24Z luke_t $