dbapi.py
changeset 7595 83872394b5d9
parent 7543 570522300e22
parent 7589 d3459fe041f0
child 7650 278fe9c1f3ad
--- a/dbapi.py	Wed Jun 29 16:29:15 2011 +0200
+++ b/dbapi.py	Fri Jul 01 11:51:04 2011 +0200
@@ -241,6 +241,7 @@
         self.cnx = cnx
         self.data = {}
         self.login = login
+        self.mtime = time()
         # dbapi session identifier is the same as the first connection
         # identifier, but may later differ in case of auto-reconnection as done
         # by the web authentication manager (in cw.web.views.authentication)