I’d like to be able to logout the user. I can do this by calling wp_logout() on the server but if the user drops connection is there a way...
I am working on a custom function for login in my users via facebook. I started by reading this nice tutorial on how to login in via Facebook: http://digitalzoomstudio.net/2013/02/09/tutorial-how-to-login-via-facebook-in-your-wordpress-blog/...
How to logout a user when he closes the tab/window ? If no, it is possible to clear the session after specific time? How to do that? 1 Answer...
We’ve recently just upgraded our WordPress site to 5.1.1 After the upgrade, we’ve started encountering issues when executing the wp_logout() function of WordPress. Somehow we’re getting a 302 response...
I’m using the latest version of WP. I have a problem, where clicking the logout button from the admin panel redirects to a completely broken link: http://wp-login.php/?loggedout=true As you...
For some reason, tonight when I have gone to work on my WordPress installation I firstly found myself logged out, even though there was a few cookies left in...
I’m using a multisite and I set my site up at parentsite.com/mysite. When the logout button was clicked it worked correctly and logged the users out and brought them...
I am trying to create an unsubscribe page for my members, but in order to see the unsubscribe form, they have to be logged out, so the first link...
As the title states, I’m wondering how long users stay logged in if they don’t check the “Remember Me” option. I’ve heard that if they DO check it, it...
I can get wp_logout to work, but not without generating lots of warnings (‘PHP warning: Cannot modify header information – headers already sent’). wp_logout calls wp_clear_auth_cookie, which calls setcookie,...