Session Info

Auth Token was refreshed on:
Remember me was not selected

get_user_meta 'session_tokens' =


wp_get_all_sessions =
Array ( )

raw cookie =

Convert the epoch date (epochconverter.com is a useful website) and if you are logged in as an administrator, it should overwrite and only have an expiration of 1 day. if you are not an administrator, it should be set to 30 days.

If the function is working correctly there should also only be one object in the session array. as it should be purging all the other ones. (if you login from different browsers or devices, any existing logged in sessions will be destroyed - so you will get logged out)