Posts Tagged ‘control

ASP Cache Control

28 Apr 2009 in Tutorials by Monie

28Apr2009

cache

Don’t allow your page to be cached. Why? You might want to prevent users from seeing old content. Another big concern is when someone is filling out forms. You really don’t want the pages cached because if they are, credit card numbers and addresses and all kinds of stuff can be gathered from the cached page.

Here is how ASP do it!

Continue Reading – ASP Cache Control