Welcome Guest, Not a member yet? Register   Sign In
Session checking & loading a new view depending on the result
#4

[eluser]Thorpe Obazee[/eluser]
do you want to check if the session is present then shows the 'welcome' message if the session is present but show a login form if not?

I usually do a conditional statement like this:

Code:
// check the session
if ($this->pinoytech_auth->check()) {
// if session is present, then go to dashboard.
    redirect('front/index');
}


Messages In This Thread
Session checking & loading a new view depending on the result - by El Forum - 08-29-2008, 11:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB