InterviewSolution
| 1. |
How Can I Control From My Cgis The Cache Of A Remote Browser? |
|
Answer» If an internet browser (Netscape, MS Internet EXPLORER, etc.) does use the cache, it is most likely that the NEXT time this browser is requested to call a CGI, it shows the previous response instead of issuing a NEW request. In such a case the USER would see the cached response instead of the new ONE. If an internet browser (Netscape, MS Internet Explorer, etc.) does use the cache, it is most likely that the next time this browser is requested to call a CGI, it shows the previous response instead of issuing a new request. In such a case the user would see the cached response instead of the new one. |
|