- πΊπΈUnited States cmlara
I view this as a good feature to add in order to increase account security.
We may even wish to take this a step further and when a plugin/method is disabled/reset that invalidate the sessions as well.
Moving this to 2.x to centralize feature requests in the latest dev branch.
- πΊπΈUnited States cmlara
There is no Drupal Core API for deleting all but the current session, we can currently only delete All sessions, which is a bit complex as we also need to complete the multiple plugins portion of the setup process.
π Changing password should invalidate all other sessions Fixed had a proposal however it was never implemented.
#2472535: Remove SessionManager::delete in favor of a portable mechanism to invalid sessions of authenticated users β is reportedly the current leading contender in core.
We can migrate the session, as an extra precaution.