dbapi.py
branchstable
changeset 7589 d3459fe041f0
parent 7428 5338d895b891
child 7595 83872394b5d9
--- a/dbapi.py	Thu Jun 30 08:27:56 2011 +0200
+++ b/dbapi.py	Thu Jun 30 16:26:25 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)