{"id":456,"date":"2025-04-24T12:23:40","date_gmt":"2025-04-24T11:23:40","guid":{"rendered":"https:\/\/userswp.io\/documentation\/?post_type=gd_place&#038;p=456"},"modified":"2025-04-24T12:24:09","modified_gmt":"2025-04-24T11:24:09","slug":"login-cache-issue-site-showing-logged-out-after-login","status":"publish","type":"gd_place","link":"https:\/\/userswp.io\/documentation\/article\/troubleshooting\/login-cache-issue-site-showing-logged-out-after-login\/","title":{"rendered":"Login Cache Issue, site showing logged out after login"},"content":{"rendered":"\n<p>If your site is still showing you as logged out after your login, please try the following steps:<\/p>\n\n\n\n<h2 class=\"wp-block-blockstrap-blockstrap-widget-heading mb-3\">Add nocache headers<\/h2>\n\n\n\n<p>Add the below code snippet. We recommend the code snippet plugin:<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-php\">\/\/ Do not cache pages for logged in users\nadd_action(&#039;template_redirect&#039;, function() {\n    if (is_user_logged_in()) {\n        nocache_headers();\n    }\n});\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>If your site is still showing you as logged out after your login, please try the following steps: Add the below code snippet. We recommend the code snippet plugin:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"article\/tags":[],"article\/categories":[39],"class_list":["post-456","gd_place","type-gd_place","status-publish","hentry","gd_placecategory-troubleshooting"],"_links":{"self":[{"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/article\/456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/types\/gd_place"}],"author":[{"embeddable":true,"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/comments?post=456"}],"version-history":[{"count":0,"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/article\/456\/revisions"}],"wp:attachment":[{"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/media?parent=456"}],"wp:term":[{"taxonomy":"gd_place_tags","embeddable":true,"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/article\/tags?post=456"},{"taxonomy":"gd_placecategory","embeddable":true,"href":"https:\/\/userswp.io\/documentation\/wp-json\/wp\/v2\/article\/categories?post=456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}