share login/logout sessions across two installs?
I’m having some issues sharing the user sessions across two installs. (a) site on http://stolenmx.com (b) site on http://arcade.stolenmx.com I have installed B … Read more
I’m having some issues sharing the user sessions across two installs. (a) site on http://stolenmx.com (b) site on http://arcade.stolenmx.com I have installed B … Read more
WordPress panel service “log out everywhere else” is doing a nice job. I want to use this as a function outside the panel. … Read more
I’m using WordPress Multisite. When I use wp_logout_url(), I get redirected to the login page but somehow I end at a different login … Read more
I would like to clear the session cookie when a user logs out or when their session expires. I understand that wp_clear_auth_cookie(); clears … Read more
I have a couple issues with the way WordPress handles redirects on login and logout. Standard behaviour is: login: /wp-login.php (with no redirect_to … Read more
The primary goal is to hide that the site is driven by wordpress. I’ve got the login part all locked up, but the … Read more
When I enter url : http://www.example.com/wp-login.php?action=logout it asks if you want to log out or not ? why does it happen where I … Read more
I’m looking for a function that can redirect users when they logout to the current page. I’m looking for a code I can … Read more
I need change WP password without logout profile. When I use wp_set_password( $password, $user_ID ) i have problem with logout. 5 s 5 … Read more
I want to use another link for logout because I have /wp-admin/* protected with htpassword. Is there a way to do this? Something … Read more