Thread Starter
Milio
(@milio)
The logging system you have implemented is automatic, that means you can not change the logout system until you change the logging system because if the facebook cookie is destroyed when you log out then you will force to logging again automatly.
i think that’s why : add_action(‘init’, ‘fb_login_user’);
but I can not find the exact moment that the function logs if you have the facebook cookie.
thanks