function z_session_invalid_reload(page_id, status)
{
    if (page_id == z_pageid) {
        if (z_spinner_show_ct === 0 && !z_page_unloading) {
            z_transport_delegates.reload(status);
        } else {
            setTimeout(function() {
                z_session_invalid_reload(page_id, status);
            }, 1000);
        }
    }
}

I have a permanent redirect on the page, do not understand why?

среда, 9 ноября 2016 г., 5:33:31 UTC+9 пользователь heiheshang написал:
>
> I'm in the dispath set acl is_auth users to go to the home page, but the 
> login form does not appear. on which modules should be given the right to 
> anonymous users?
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Zotonic developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to