WP_Session_Tokens::update_session()
Method: Updates a session based on its verifier (token hash).
Source: wp-includes/class-wp-session-tokens.php:271
Method: Updates a session based on its verifier (token hash).
Source: wp-includes/class-wp-session-tokens.php:271
Method: Destroys all sessions for this user, except the single session with the given verifier.
Source: wp-includes/class-wp-session-tokens.php:280
Method: Destroys all sessions for the user.
Source: wp-includes/class-wp-session-tokens.php:287
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:294
Method: Determines whether a session is still valid, based on its expiration timestamp.
Source: wp-includes/class-wp-session-tokens.php:207
Method: Destroys all sessions for a user.
Source: wp-includes/class-wp-session-tokens.php:216
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:225
Method: Retrieves all sessions for a user.
Source: wp-includes/class-wp-session-tokens.php:238
Class: Abstract class for managing user session tokens.
Source: wp-includes/class-wp-session-tokens.php:16
Method: Retrieves all sessions of the user.
Source: wp-includes/class-wp-session-tokens.php:249