i like to implement Spring remember-me authentication in my eclipse RAP application. So far i've got the 'normal' user login/authentication working, but now i want the credentials to be remembered.
The spring docs in http://static.springsource.org/spring-security/site/docs/3.0.x/reference/remember-me.html says i must add something like this:
http
remember-me key="myAppKey"
but RAP apps don't have or need a http section in the context.xml. Now what ?