Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - logout problem
#3

[eluser]Jason Hamilton-Mascioli[/eluser]
Make sure to add this to the top of your protected/secure controller page...

if (!$this->ion_auth->logged_in())
{
redirect('auth/login');
}


Messages In This Thread
Ion Auth - logout problem - by El Forum - 06-25-2012, 09:25 AM
Ion Auth - logout problem - by El Forum - 06-25-2012, 10:11 AM
Ion Auth - logout problem - by El Forum - 06-25-2012, 10:44 AM
Ion Auth - logout problem - by El Forum - 06-25-2012, 12:57 PM
Ion Auth - logout problem - by El Forum - 06-25-2012, 01:27 PM
Ion Auth - logout problem - by El Forum - 06-25-2012, 01:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB