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 ?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.