I have page where the content depends on whether you are logged in or not. This is the tag that I used to check
{if logged_out}
...
{if:else}
...
{/if}However, even if I am logged out, I always get to the second part which is meant for logged in users.
I have cleared the cache from EE and the cookies from my browser. But it did not help.
Which parts of EE should I be looking for to solve this problem?
Some more information
- I am using
{redirect="?ACT=16&return=/sign-out/"}to log out
- I am using Safecracker Registration. All the kinks with upgrading to 2.7.1 have been worked out.