Hi I'm trying to make mathjax work in askbot Q&A forum. Got some decent results, but here is a strange issue:
once I add some setting (a feature in mathjax that uses cookies) via right-clicking - django automatically logs me out.
Is there a way to make django authentication not over-react to cookies set via javascript?
Thanks.
mjx:menubut python cookie module does not accept:in the cookie name. Changing name tomjx-menufixes the issue, but I have to patch mathjax to make that work, unfortunately. I wonder if there is a work-around in python? – Evgeny Aug 29 '10 at 4:03