Tagged Questions
0
votes
1answer
43 views
Subdomain login problems
Tonight I installed a clean copy of WordPress on my local machine, with the intent of trying to set up a subdomain multisite installation. (I've got lots of experience using subdirectories, but this ...
2
votes
1answer
153 views
2 wordpress blogs with 1 users table and 1 login
I have been trying to achieve that and I did without the 1 login part
I fallowed this post/tutorial , but no matter what I do I can not get it to login ones for both websites.
My set up is ...
1
vote
1answer
135 views
Why is my cookie not unsetting upon logout? [closed]
if (is_user_logged_in()){
if(!isset($_COOKIE['alertuser'])){
// set cookie
$timer = time()+86400;
setcookie('alertuser', '1' $timer);
// show alert
...
0
votes
2answers
657 views
How to force “remember me” users to login again?
My question is how to force the users that are auto-logged in because they previously checked "remember me" to log in again?
It may be something with cookies, but is there anything I can ...
0
votes
1answer
737 views
Why doesn't the “Remember Me” checkbox work for me on a live website? Only works on a local server environment
If I check "Remember Me", and then log out, my login and password are not remembered. I've tested this on many WordPress sites running WP 3.2.1 on a server here in NZ and also on a completely ...