From 68bf900650ec3cd88956f0a2f59665c1bb51dce6 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 3 Apr 2012 06:30:19 +0000 Subject: [PATCH] Ajout de la notion de temps dans l'adaptateur de connexion --- library/Web/WebAuthAdapter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Web/WebAuthAdapter.php b/library/Web/WebAuthAdapter.php index 591227335..8d845d873 100644 --- a/library/Web/WebAuthAdapter.php +++ b/library/Web/WebAuthAdapter.php @@ -51,6 +51,8 @@ class WebAuthAdapter implements Zend_Auth_Adapter_Interface $identity->ip = $adressIp; $identity->modeEdition = false; + $identity->time = time() + $identity->timeout; + /* * Adresse Ip interdites */