Welcome Guest, Not a member yet? Register   Sign In
My Library cannot see session
#3

You can also use the session helper.
PHP Code:
public function render($name$admin false)
{
    $ip_address real_ip();

    // Use the session helper.
    if (!session('view_site') || is_ip_blocked($ip_address)) {
        return;
    }

What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
My Library cannot see session - by PaulC - 05-08-2025, 09:18 AM
RE: My Library cannot see session - by michalsn - 05-08-2025, 11:59 AM
RE: My Library cannot see session - by InsiteFX - 05-08-2025, 08:48 PM



Theme © iAndrew 2016 - Forum software by © MyBB