Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ldap/ldap_sso/ldap_sso.module
302 302
        }
303 303
        setcookie("seamless_login", 'auto login', time() + $auth_conf->cookieExpire, base_path(), "");
304 304
        ldap_servers_set_globals('_SESSION', 'seamless_login', 'auto login');
305
        setcookie("seamless_login_attempted", '');
305
        setcookie("seamless_login_attempted", '', time() - 3600, base_path(), "");
306 306
        ldap_servers_delete_globals('_SESSION', 'seamless_login_attempted');
307 307
        // Make sure we tell Drupal to create the session cookie for this
308 308
        // authenticated user.

Formats disponibles : Unified diff