My home page is outside of the ee template system. I have previously successfully pulled in content from my ee weblog to diplay on my home page. However, now I would like to allow users to login to my blog from my home page. I have tried the following :
My home page content:
<?php @include(“http://<home page>/engine/index.php?/home/login”); ?>
My ee ‘home/login’ template:
{if logged_in}>
You are logged in.
{/if}
{if logged_out}
You are logged out.
{/if}
It always shows that I am logged in even when I am logged out. The login status from my blog page is correct.
Is it possible to allow users to login from a non ee template? If so, am I going about this the right way? Please advise. Thanks!
