v1.64
Cookie domain set to .mydomain.com (changed it to my actual domain with the preceding dot)
Session Type is Cookies Only
Anytime I try to logout it says I am now logged out, but when I go back to the page it says I am still logged in.
I have made a test page with this:
{if logged_in}
Welcome back to the site!
<a href="http://{path=">Logout</a>
{if:else}
You're logged out!
{/if}And the results are the same as it wont let me logout.
My path to logout = http://www.mydomain.com/?ACT=10
Anyone have a solution for this?
MEH..This post keeps deleting the code i pasted in. (the right bracket)