Welcome Guest, Not a member yet? Register   Sign In
flexi auth - A user authentication library for CodeIgniter

[eluser]devha[/eluser]
@haseydesign

Thanks for your reply! Renaming table columns is not mandatory for me so I think im ok with your naming style with flexi auth tables.


Btw. is there any way to get message "Your login session has expired" after user has been idle too long and the login session has expired.

I have this kind of check in my site:

if ($this->flexi_auth->is_logged_in())
{
...
}
else
{
echo $this->flexi_auth->get_messages()
}

But get_messages() does not return anything when the session expires. I have tried to set flexi auth login_session_expire to 30 sec, CI session expire is 8h.


Messages In This Thread
flexi auth - A user authentication library for CodeIgniter - by El Forum - 06-03-2013, 12:08 PM



Theme © iAndrew 2016 - Forum software by © MyBB