-
May 26th, 2010, 11:39 AM
#1
Full example of implementing remember-me with ldap
Hi, is there a complete clear example of implementing the 'remember-me' functionality with spring security 3 using ldap authentication, including context and class descriptions? I've been going around in circles with this.
Thanks,
Rick
-
May 27th, 2010, 12:59 AM
#2
Full example of implementing remember-me with ldap
Hi,
I have used Spring 2.5.5 and implemented remember me functionality by extending AuthenticationProcessingFilter and implementing customized 'onSuccessfulAuthentication' method. (Not with ldap)
In this method I have setted cookie value for logged in user.
If this helps, let me know.
Thanks,
Nisha
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules