web/views/authentication.py
branchstable
changeset 4856 c8f887a5b2fa
parent 4855 e69b2f2f2d61
child 4910 f40fddaa79ad
--- a/web/views/authentication.py	Tue Mar 09 19:57:47 2010 +0100
+++ b/web/views/authentication.py	Tue Mar 09 19:58:30 2010 +0100
@@ -127,7 +127,6 @@
 
     def _authenticate(self, req, login, authinfo):
         # remove possibly cached cursor coming from closed connection
-        clear_cache(req, 'cursor')
         cnxprops = ConnectionProperties(self.vreg.config.repo_method,
                                         close=False, log=self.log_queries)
         try: