Currently getting the following error when moving between askbot pages and our own django app:
'WSGIRequest' object has no attribute 'session'
with traceback ending at
/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/contrib/auth/__init__.py in get_user
107. user_id = request.session[SESSION_KEY]
Suspect this is because askbot is using different session middleware to our own - any ideas?
Minimal repro is: go to askbot section of our site (not logged in), click on "log in" link.