Hi,
I'm using Django 1.1.1 with the ssl redirect middleware.
Sessions data (authentication etc.) created via HTTPS are not available in the HTTP portions of the site.
What is the best way to make it available without having to make the entire site HTTPS?