8 Persistent Cookie Management - Reference Documentation
Authors: Burt Beckwith
Version: 1.0-RC3
8 Persistent Cookie Management
Persistent cookies aren't enabled by default - you must enable them by running thes2-create-persistent-token
script. See the Spring Security Core plugin documentation for details about this feature.The Persistent Logins menu is only shown if this feature is enabled.Persistent logins search
The default action for the PersistentLogin controller is search. By default only the standard fields (username
, token
, and series
) are available but this is customizable with the Scripts script - see the section on configuration for details.You can search by any combination of fields, and all fields have an Ajax autocomplete to assist in finding instances. Leave all fields empty to return all instances.Searching is case-insensitive and the search string can appear anywhere in the field. Results are shown paginated in groups of 10 and you can click on any header to sort by that field:Persistent logins edit
After clicking through to an instance you get to the edit page (there are no view pages):You can update thetoken
or lastUsed
attribute or delete the instance.