The following code would show the same content for all users:
{% cache 500 usertags %}
{% for tag in tags%}
{{ tag }}
{% endfor %}
{% endcache %}
I need to to be able to cache template content based on the user
session.
Does anyone know how to do that?
Thanks,
Sebastian
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---