[pgAdmin4][Patch]: RM1171 - Fix IE caching issue

Поиск
Список
Период
Сортировка
От Surinder Kumar
Тема [pgAdmin4][Patch]: RM1171 - Fix IE caching issue
Дата
Msg-id CAM5-9D90JkDMwj+AqJQZGbpyHJdfy6Z6w2s7EtH3vGP7tmvapQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue
Список pgadmin-hackers
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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin website commit: Fix dates per Magnus
Следующее
От: Surinder Kumar
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM1171 - Fix IE caching issue