Files
wordpress/wp-includes
Andrew Nacin 654e46f03d Tie cookies and nonces to user sessions so they may be invalidated upon logout.
Sessions are stored in usermeta via WP_User_Meta_Session_Tokens, which extends the abstract WP_Session_Tokens class. Extending WP_Session_Tokens can allow for alternative storage, such as a separate table or Redis.

Introduces some simple APIs for session listing and destruction, such as wp_get_active_sessions() and wp_destroy_all_sessions().

This invalidates all existing authentication cookies, as a new segment (the session token) has been added to them.

props duck_, nacin, mdawaffe.
see #20276.

Built from https://develop.svn.wordpress.org/trunk@29221


git-svn-id: http://core.svn.wordpress.org/trunk@29005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2014-07-18 09:13:15 +00:00
..
2014-04-07 17:52:16 +00:00
2014-03-27 22:41:14 +00:00
2014-07-17 22:22:15 +00:00
2014-06-10 00:30:15 +00:00
2014-07-17 20:42:15 +00:00
2014-07-17 20:42:15 +00:00
2014-03-26 18:43:14 +00:00
2013-09-06 17:19:09 +00:00
2013-10-30 14:39:10 +00:00
2014-07-09 18:07:16 +00:00