Force logout all users from a Drupal 8 site

drush sqlc
TRUNCATE sessions;

Is still the way. After truncating the sessions table, people are logged out.

To more thoroughly (Drupal hooks called) log out one user at a time, see https://www.drupal.org/node/3008131

https://www.drupal.org/project/limit_domain_access_by_role