Posts by Julio Cesar • 1 point
1 post
-
0
votes3
answers2169
viewsA: Control of séssions and authentication in PHP with Codeigniter
To perform the check if the session exists the best way would be: if($this->session->has_userdata('usuario_logado') == true){ echo "Logado."; }