. User logs into amember and is logged into Wordpress. aMember is set to always remember their login cookies. . User closes their browser and returns to the site . Wordpress sees the user as "logged in", but aMember does not see the user as logged in, presumably because they haven't hit an aMember page to initialize the new session. Once they touch an aMember page, they can continue as normal. This is the problem I am trying to solve. It appears there used to be a plugin that did this "reload_if_cookie.php", but perhaps it no longer exists. Is there any way I can reproduce this behavior in newer editions?