Webpages that are produced at the time of the page request from programs, are called Dynamic pages. Programs often will use specific urls for each visitor. You will often see those as a string of numbers in the browser address bar. These numbers will track you via cookies and serve pages specific to your "session". A session can be any time limit and then it expires. Sites use these sessions to serve custom content, defeat browser caching, and to direct the flow of visitors through the website..
See Also:
Dynamic Content | |