WP_Session_Tokens::drop_sessions()
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:294
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:294
Method: Retrieves all sessions of the user.
Source: wp-includes/class-wp-session-tokens.php:249
Method: Retrieves a session based on its verifier (token hash).
Source: wp-includes/class-wp-session-tokens.php:259
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 this user except the one with the given token (presumably the one in use).
Source: wp-includes/class-wp-session-tokens.php:189
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
Filter Hook: Filters the class name for the session token manager.
Source: wp-includes/class-wp-session-tokens.php:58
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:225
Method: Hashes the given session token for storage.
Source: wp-includes/class-wp-session-tokens.php:70
Method: Retrieves all sessions for a user.
Source: wp-includes/class-wp-session-tokens.php:238
Method: Retrieves a user’s session for the given token.
Source: wp-includes/class-wp-session-tokens.php:87
Method: Validates the given session token for authenticity and validity.
Source: wp-includes/class-wp-session-tokens.php:102
Method: Generates a session token and attaches session information to it.
Source: wp-includes/class-wp-session-tokens.php:123
Filter Hook: Filters the information attached to the newly created session.
Source: wp-includes/class-wp-session-tokens.php:134
Method: Updates the data for the session with the given token.
Source: wp-includes/class-wp-session-tokens.php:165
Method: Destroys the session with the given token.
Source: wp-includes/class-wp-session-tokens.php:177
Class: Abstract class for managing user session tokens.
Source: wp-includes/class-wp-session-tokens.php:16
Method: Protected constructor. Use the `get_instance()` method to get the instance.
Source: wp-includes/class-wp-session-tokens.php:33
Method: Retrieves a session manager instance for a user.
Source: wp-includes/class-wp-session-tokens.php:49