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 in the same database as A...
WordPress panel service “log out everywhere else” is doing a nice job. I want to use this as a function outside the panel. Screenshoot 2 Answers 2 That button...
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 page without any styles applied <a...
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 the cookie but I am struggling...
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 url) -> /wp-admin.php logout: /wp-admin.php ->...
The primary goal is to hide that the site is driven by wordpress. I’ve got the login part all locked up, but the logout URL still has those blasted...
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 am not logged in as a...
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 use in functions.php? 4 s 4...
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 If you are changing the password...
I want to use another link for logout because I have /wp-admin/* protected with htpassword. Is there a way to do this? Something like creating a custom page like...