S
Santhi
Hi,
I wish to avoid caching asp pages at the user end .
Currently I have declared Response.Expires=0 at the top
of my asp page. I have also used the following meta tags
to prevent client side caching
<meta HTTP-EQUI="PRAGMA" CONTENT="NO-CACHE"></meta> but
still the pages are cached at the client side.
Any help or suggesstion would be greatly appreciated to
fix this issue
Thanks,
Santhi
I wish to avoid caching asp pages at the user end .
Currently I have declared Response.Expires=0 at the top
of my asp page. I have also used the following meta tags
to prevent client side caching
<meta HTTP-EQUI="PRAGMA" CONTENT="NO-CACHE"></meta> but
still the pages are cached at the client side.
Any help or suggesstion would be greatly appreciated to
fix this issue
Thanks,
Santhi