I have a site currently in development, and am having issues getting {if logged_in} and {if logged_out} working. i initially discovered the error on a more complex template, but i created a simple test template which doesn’t work either. the code in my template is:
{if logged_in}
Welcome back, {screen_name}
{/if}when logged in to the control panel, this actually works correctly, but if i’m not logged in to the control panel, it pulls the screen_name of another user. i have 3422 members in my system, and the screen_name it always pulls is member_id 1735. none of these members have access to this dev site or have logged in themselves.
i’m on v2.1.3 and can provide any other details if necessary to help resolve this issue.
thanks in advance.