On the unlikely chance that anyone turns up with the same problem for
google, I'll post my solution. Still would love to know what the
original problem was.
from django.utils.importlib import import_module
session_engine = import_module(settings.SESSION_ENGINE)
session = session_engine.SessionStor
Hi all,
I've recently updated to svn trunk and I think the new HMAC changes
are causing me an issue.
I have a custom admin view that handles uploads from the YUI flash
uploader. Unfortunately the flash applet doesn't send cookies with it,
so in order to check authentication in the page javascript
2 matches
Mail list logo