windows-nt/Source/XPSP1/NT/inetsrv/iis/img/htmla/directives.inc

14 lines
217 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
<%
' Support multiple character sets.
Session.Codepage = 65001
Response.Charset = "UTF-8"
Response.CacheControl = "no-cache"
'HTTP/1.0 Compatibility
Response.AddHeader "Pragma", "no-cache"
Response.Expires = 0
%>