E
Elie Grouchko
Hi
I am using the following 2 lines of script at the begining of every ASP page
on my site.
Response.Expires = -1
Response.ExpiresAbsolute = Now
Should I also use them in the ASP files that I am including using the
<!--#includes file = "file.asp"--> directive ?
Thanks
Elie Grouchko
I am using the following 2 lines of script at the begining of every ASP page
on my site.
Response.Expires = -1
Response.ExpiresAbsolute = Now
Should I also use them in the ASP files that I am including using the
<!--#includes file = "file.asp"--> directive ?
Thanks
Elie Grouchko