Hi,
I’m logged in into EE v1.7.1 Control Panel as superadmin.
There is in the template the following code:
{if logged_in}
I'm logged in!
{/if}
{if logged_out}
I'm logged out!
{/if}For some reason {if logged_out} incorrectly evaluates to TRUE and {if logged_in} incorrectly evaluates to FALSE and the string “I’m logged out!” is being outputted.
What might be done to get correct output?