Re: Django caching not working with SSL(https)

2011-06-22 Thread Anoop Thomas Mathew
Hi all, I figured it out. The problem was with the google analytics cookies which made each cookie different and vary on cookie reloaded cache each time. This snippet helped. http://djangosnippets.org/snippets/1772/ regards, Anoop atm ___ Life is short,

RE: Django caching not working with SSL(https)

2011-06-21 Thread Anoop Thomas Mathew
Hi all, A site which was caching through django caching backend db cache) it was working well. When we changed it to https instead of http, the system suddenly stopped caching. Is there any thought's regarding this? Anyone got the same issue? regards, Anoop atm ___ Life is short, Live it hard.