Previous | Next --- Slide 39 of 54
Back to Lecture Thumbnails
Updog

Note that while caches can greatly reduce the load on web servers, the added complexity can be a potential security concern. See this article for an overview of a recent real-world security breach caused by incorrect caching. In this case, Steam was caching web pages containing a user's account information, but serving up those cached pages to the wrong users. Caching creates more copies of potentially sensitive data, and it can sometimes be tricky to maintain security in that case.