I have recently updated my wordpress to 3.8. Since then I appear to not be […]
Tag: cookies
Worpdress PHPSESSID / EU law
WordPress is installing a PHPSESSID cookie as soon as someone lands on my site. Under […]
WordPress admin login cookies blocked error after moving servers
Background: had a working WordPress 3.7 site at olddomain.com. I moved it to newdomain.com successfully, […]
PHP setcookie() function not working in WordPress Template File
I am using this code to set a cookie in a wordpress site. When I […]
How to use setcookie in Page views counter function
I have this function for Page views counter: function PageViews($postID) { $c_key = ‘views_count’; $cookie_count […]
why does WordPress need two cookies for auth/login
I can see two cookies: auth and login cookies in wordpress. Why do we need […]
Why is my cookie not unsetting upon logout?
if (is_user_logged_in()){ if(!isset($_COOKIE[‘alertuser’])){ // set cookie $timer = time()+86400; setcookie(‘alertuser’, ‘1’ $timer); // show alert […]
Cookie set in wordpress is being deleted after being set in specific page
I am trying to set a cookie in wordpress using an hook in functions.php, but […]
htaccess – if no cookie, redirect to subfolder
i want to secure /wp-admin directory from DDOS, so i thought that it would be […]
Make a splash screen appear only on first visit in WordPress
I’m trying to make a splash screen appear only the first time someone visits a […]
No More Posts Available.
No more pages to load.