|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Don't allow caching of web pages
is there anyway to prevent the page from being cache in the user computer when they view my ASP pages?
|
|
#2
|
|||
|
|||
|
try this
<% Response.Buffer=False %> put it before the <html> tag |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Don't allow caching of web pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|