the above code is in asp... wot are its equiv in php?Code:Response.CacheControl = "Private" ' プロキシサーバーのキャッシュ設定 Response.AddHeader "Pragma","no-cache" ' HTML ヘッダー:キャッシュなし(HTTP 1.1) Response.AddHeader "Cache-Control","no-cache" ' HTML ヘッダー:キャッシュなし(HTTP 1.0) Response.Expires = -1 ' キャッシュされているページの有効期限 Server.ScriptTimeout = 180




Reply With Quote