Hello, I'm a newbie to Dajngo (using version 0.96). I am trying to keep a particular web page from being cached, ie. I don't want the user to be able to hit the "Back" button on the browser and use the previous page to resubmit data to the server.
I have been trying to use never_cache , as in "from django.views.decorators.cache import never_cache" and "@never_cache", from within my view.py, as discussed in the Django User's Forum "How to prevent a page from being cached?" that I found here: http://groups.google.com/group/django-users/browse_thread/thread/31423104937ffe79/93021d061f8772f1?lnk=gst&q=prevent+cache&rnum=8#93021d061f8772f1 Django doesn't complain about my doing this, but it also isn't working. Does anyone out there know how to prevent caching or know what I am doing wrong? Thanks, Mason --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---