HTML Code ClinicDo you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
when i request a page from a broswer .. the requested page is cached
i liked to know whether the page is cached in the system in which the request is made? or the cached paged resides external to the system from which the request was made
It can be both. Each browser has its own cache (if you use several browsers). For IE on Windows the cache is located at c:\windows\temporary internet files (or c:\winnt\temporary internet files).
Caching on the web can also occur. If your surf thought your ISPs proxy server it certainly does.