python - Django site cache doesn't work with sessions -
i have not been able find way make django site caching work, when making use of sessions. case? testing seems show url cached per session (regenerated each user) resulting effect caching per user (not site-wide, per-url).
is there way @ django cache url user, unless logged in, when using sessions? make use of session in small areas (multi-step forms) i'm beginning think it's correct not cache across sessions reasons this. have seen solutions have /admin
on different uwsgi process sessions enabled, disabling sessions other urls. problematic (the forms) i'm thinking have answered own question why works way.
is logic sound?
Comments
Post a Comment