[eluser]Civic[/eluser]
Hi Ben. I used your library in one of our web application. We are currently using one proxy when accessing websites. We are having problems on getting the current user logged in. Sometimes I get the wrong username when both of us access the same page. $user = I used
$this->ion_auth->get_user();
echo substr($user->email,0,strpos($user->email,'@',1));