WindowsXP/inetsrv/iis/img/htmla/directives.inc
2025-04-27 07:49:33 -04:00

14 lines
230 B
PHP

<%
' 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
%>