librelist archives

« back to archive

IE template cache?

IE template cache?

From:
Lix Xu
Date:
2011-11-09 @ 00:56
Hi,
    I'm writing some small application using Flask, and found some problems
(only on IE).
    As you know, the flash is for showing the warning or some notice
messages.
    But the page will not show the flash message until I refresh the page
manually.
    Besides the flash, like some one is login or logout (I show login
status on the page), the page won't show the latest status. I must refresh
the page manually which is troublesome.
    As I noticed that the browser seems cache the page, but why other
internet websites can show the latest page?

    I looked at the Jinja but found nothing help on this.
    Is there some settings to meet my requirement?
    Thanks.

Fwd: IE template cache?

From:
Lix Xu
Date:
2011-11-11 @ 09:31
Hi,
    I'm writing some small application using Flask, and found some problems
(only on IE).
    As you know, the flash is for showing the warning or some notice
messages.
    But the page will not show the flash message until I refresh the page
manually.
    Besides the flash, like some one is login or logout (I show login
status on the page), the page won't show the latest status. I must refresh
the page manually which is troublesome.
    As I noticed that the browser seems cache the page, but why other
internet websites can show the latest page?

    I looked at the Jinja but found nothing help on this.
    Is there some settings to meet my requirement?
    Thanks.