Welcome Guest, Not a member yet? Register   Sign In
How to verify a session in the view? It is possible?
#2

[eluser]cahva[/eluser]
In normal CI, its like this: Smile
Code:
if ($this->session->userdata('login'))
{
    echo '<p>You are logged.</p>';
...


Messages In This Thread
How to verify a session in the view? It is possible? - by El Forum - 10-14-2009, 12:09 PM
How to verify a session in the view? It is possible? - by El Forum - 10-14-2009, 12:34 PM
How to verify a session in the view? It is possible? - by El Forum - 10-14-2009, 01:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB