Even when I test in another browser and I’m clearly logged out, EE still recognizes me as logged in and displays the logged in content. I’ve hit a road block here. Thanks!
{if logged_in}
<div class="button">
<div class="gutter"><a href="http://{path=assessment/index}">Take Assessment</a></div>
</div>
{/if}
{if logged_out}
Please Login to View the Assessment.
Are you a member? If so, please <a href="http://{path=member/login}">log-in</a>.
Not a member? Please <a href="http://{path=member/register}">register</a>.
Have you <a href="http://{path=member/forgot}">forgotten your password</a>?
{/if}
{if logged_out}