> Yep, you want to use the Cache-Control HTTP directive [1]. More
> specifically, you probably want to set `no_cache=True` to force
> browsers to never cache that page.
>
> [1]:
> http://www.djangoproject.com/documentation/cache/#controlling-cache-using-other-headers
>
Thank you for your tip
On 11/29/06, Michal <[EMAIL PROTECTED]> wrote:
>
> Hello,
> I have problems with Opera browser and caching.
>
> I have URL /prihlaseni/.
> If user isn't logged, I give him html form for login.
> If user is already logged, I give him only text message, that inform him
> about this state, together w
Opera's cache is very agressive. I use Opera for almost all of my
internet browsing and I've never met a form that isn't shown again
(with its field's content intact!) when "backing", either pressing the
arrow or using mouse gestures, even when caching is completely
disabled (in preferences, "al
Hello,
I have problems with Opera browser and caching.
I have URL /prihlaseni/.
If user isn't logged, I give him html form for login.
If user is already logged, I give him only text message, that inform him
about this state, together with link to logout.
So, one URL, but two different content (
4 matches
Mail list logo