Subversion Repositories Applications.annuaire

Rev

Rev 294 | Rev 395 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 359
Line 76... Line 76...
76
		
76
		
Line 77... Line 77...
77
		$this->objet_identification = Config::get('objet_identification');
77
		$this->objet_identification = Config::get('objet_identification');
78
		
78
		
-
 
79
		// Expiration si l'utilisateur ne referme pas son navigateur
79
		// Expiration si l'utilisateur ne referme pas son navigateur
80
		$this->objet_identification->setExpire(0);
80
		$this->objet_identification->setExpire(0);
81
		$this->objet_identification->setIdle(0);
81
		// Création d'un cookie pour rendre permanente l'identification de Papyrus
82
		// Création d'un cookie pour rendre permanente l'identification de Papyrus
82
		if(!$pass_deja_crypte) {
83
		if(!$pass_deja_crypte) {
83
			$pass_crypt = md5($pass); 
84
			$pass_crypt = md5($pass);