reference/session/functions/session-cache-limiter.xml
927c3d9ef797f572473754d0ed8488d34986f0ca
...
...
@@ -82,7 +82,7 @@ Last-Modified: (the timestamp of when the session was last saved)
82
82
<entry>
83
83
<programlisting role="header">
84
84
<![CDATA[
85
-
Cache-Control: private, max-age=(session.cache_expire in the future), pre-check=(session.cache_expire in the future)
85
+
Cache-Control: private, max-age=(session.cache_expire in the future)
86
86
Last-Modified: (the timestamp of when the session was last saved)
87
87
]]>
88
88
</programlisting>
...
...
@@ -94,7 +94,7 @@ Last-Modified: (the timestamp of when the session was last saved)
94
94
<programlisting role="header">
95
95
<![CDATA[
96
96
Expires: Thu, 19 Nov 1981 08:52:00 GMT
97
-
Cache-Control: private, max-age=(session.cache_expire in the future), pre-check=(session.cache_expire in the future)
97
+
Cache-Control: private, max-age=(session.cache_expire in the future)
98
98
Last-Modified: (the timestamp of when the session was last saved)
99
99
]]>
100
100
</programlisting>
...
...
@@ -106,7 +106,7 @@ Last-Modified: (the timestamp of when the session was last saved)
106
106
<programlisting role="header">
107
107
<![CDATA[
108
108
Expires: Thu, 19 Nov 1981 08:52:00 GMT
109
-
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
109
+
Cache-Control: no-store, no-cache, must-revalidate
110
110
Pragma: no-cache
111
111
]]>
112
112
</programlisting>
113
113