-
Feb 3rd, 2009, 08:19 AM
#1
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.
-
Feb 3rd, 2009, 10:55 PM
#2
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
-
Forum Rules