log gpp/core/middleware.py @ 525:a053fbd3ac98

age author description
2011-04-23 Brian Neal Fixing #203; use Redis for who's online function.
2011-03-06 Brian Neal Adding some try/except around some key points in the code to protect against some IntegrityErrors. We log when these happens but otherwise keep going. Tickets: #160 and #169.
2010-07-14 Brian Neal Guard against the request object not having a user attribute in my Who's online middleware. This can happen if a redirect is issued before the authentication middleware gets to run.