Hi,
I installed FA into an existing application and am having a little trouble.
The default login page is going where I want, and I have a logout link on all the internal pages - index.php/logout - and the logout page is basically a mirror of the login page I created. The logout link goes to that page, but it isn’t actually logging out the session. In the logout page in the index function in the controller, I have tried
$this->logout();
This does nothing.
I have tried
$this->fal_front->logout();
This logs out the session, but brings the viewer to the FAL logout page. I tried using a redirect, but this doesn’t work either.
Can anyone please point me in the right direction here? I have searched and searched, but only found the sess_destroy which didn’t work either.
Much thanks.
