private.jspf

来自「RESIN 3.2 最新源码」· JSPF 代码 · 共 14 行

JSPF
14
字号
<%--   private.jspf   It is necessary to mark certain pages as private pages, meaning they  should never be seen by anyone except the current user.  This  information is used by the browser and any intervening cache's to  make sure that only the current user will see the page.  This applies to any pages that contain private data.  --%><%  response.addHeader("Cache-Control","private");%>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?