Unique session WordPress

You can do this by changing LOGGED_IN_KEY constant in your wp-config.php before logging in.

define('AUTH_KEY', 'put your unique phrase here');

Update: it’s better to invalidate all secret keys. They can be generated by WordPress own generator here: https://api.wordpress.org/secret-key/1.1/