Results 1 to 2 of 2

Thread: Full example of implementing remember-me with ldap

  1. #1

    Default 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

  2. #2

    Default 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
  •