Welcome Guest, Not a member yet? Register   Sign In
Authentication on a hook
#5

[eluser]mscahill[/eluser]
So in my cache_override trigger, I would put something like this?

Code:
if (isset($authentication_cookie)) {
    if ($OUT->_display_cache($CFG, $RTR) == TRUE)
    {
        exit;
    }
} else {
//Redirect to login page
}


Messages In This Thread
Authentication on a hook - by El Forum - 03-31-2008, 08:23 AM
Authentication on a hook - by El Forum - 03-31-2008, 10:04 AM
Authentication on a hook - by El Forum - 03-31-2008, 11:25 AM
Authentication on a hook - by El Forum - 04-01-2008, 07:39 AM
Authentication on a hook - by El Forum - 04-01-2008, 09:09 AM
Authentication on a hook - by El Forum - 04-01-2008, 09:25 AM
Authentication on a hook - by El Forum - 04-01-2008, 10:21 AM
Authentication on a hook - by El Forum - 04-01-2008, 11:30 AM
Authentication on a hook - by El Forum - 04-01-2008, 12:11 PM
Authentication on a hook - by El Forum - 04-01-2008, 12:59 PM
Authentication on a hook - by El Forum - 04-01-2008, 01:27 PM
Authentication on a hook - by El Forum - 04-02-2008, 06:22 AM
Authentication on a hook - by El Forum - 04-02-2008, 07:16 AM
Authentication on a hook - by El Forum - 04-02-2008, 09:29 AM
Authentication on a hook - by El Forum - 04-02-2008, 11:07 AM
Authentication on a hook - by El Forum - 04-02-2008, 11:34 AM
Authentication on a hook - by El Forum - 04-03-2008, 06:46 AM
Authentication on a hook - by El Forum - 05-20-2009, 10:34 AM
Authentication on a hook - by El Forum - 05-20-2009, 12:31 PM
Authentication on a hook - by El Forum - 05-21-2009, 02:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB