Results 1 to 2 of 2

Thread: Index: Table persisten_logins

  1. #1

    Default Index: Table persisten_logins

    Hi,

    using spring-security 2.0.3 there seems to be the table persistent_logins which is used for persistent login information. This table seems to be auto created if it doesen't exists.
    • Can this table be configured (for example the table name)?
    • Could this table be optimized with a index?


    Thanks in advance.

  2. #2

    Default

    1. Implement your own PersistentTokenRepository and inject it to PersistentTokenBasedRememberMeServices.

    2. I doubt you would face any problems with the indexing.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •