I’ve a small but anoying problem:
My EE-Installation doesn’t recognizes if I’m logged in in the CP or not. I have created a small test-template with the following code:
<h1>My Group ID is {group_id} and
{if logged_in}
I'm logged in
{/if}
{if logged_out}
I'm logged out
{/if}</h1>Although I’m logged in in the CP, this template outputs:
“My Group ID is 3 and I’m logged out”
Any chances to get that working?