ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • WP-4.0.0
  • Page 10

WP_Session_Tokens::hash_token()

Method: Hashes the given session token for storage.

Source: wp-includes/class-wp-session-tokens.php:70

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::get()

Method: Retrieves a user’s session for the given token.

Source: wp-includes/class-wp-session-tokens.php:87

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::verify()

Method: Validates the given session token for authenticity and validity.

Source: wp-includes/class-wp-session-tokens.php:102

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::create()

Method: Generates a session token and attaches session information to it.

Source: wp-includes/class-wp-session-tokens.php:123

Used by 0 functions | Uses 0 functions

attach_session_information

Filter Hook: Filters the information attached to the newly created session.

Source: wp-includes/class-wp-session-tokens.php:134

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::update()

Method: Updates the data for the session with the given token.

Source: wp-includes/class-wp-session-tokens.php:165

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy()

Method: Destroys the session with the given token.

Source: wp-includes/class-wp-session-tokens.php:177

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy_others()

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

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::is_still_valid()

Method: Determines whether a session is still valid, based on its expiration timestamp.

Source: wp-includes/class-wp-session-tokens.php:207

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy_all()

Method: Destroys all sessions for a user.

Source: wp-includes/class-wp-session-tokens.php:216

Used by 0 functions | Uses 0 functions
« Previous 1 … 9 10 11 … 14 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy