Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue - Mailing list pgadmin-hackers

From Surinder Kumar
Subject Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue
Date
Msg-id CAM5-9D-oAaDErm4CvPKYk+0NdSRJr_4xUesOL=etu2fUJKFXnQ@mail.gmail.com
Whole thread Raw
In response to [pgAdmin4][Patch]: RM1171 - Fix IE caching issue  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
Responses Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue  (Surinder Kumar <surinder.kumar@enterprisedb.com>)
List pgadmin-hackers
This patch has some issue in chrome while loading nodes. I will send updated patch.

On Tue, Sep 20, 2016 at 7:16 PM, Surinder Kumar <surinder.kumar@enterprisedb.com> wrote:
Hi

Issue:
IE always caching the response data returned from the server and when same request is made for next time, it doesn't bring new data, instead it use cached data.

Solution:
Set cache to 'no-cache' in response headers while sending from the server side. This prevents browser from caching data every time an http request is made.

Thanks to Harshal & Murtaza for discussing issue and solution.

Please find attached patch and review.


Thanks,
Surinder Kumar

pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue
Next
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue