$session→getSessionCacheLimiter()
Get the session cache limiter setting
Possible return values:
Setting string of:
nocache,private,private_no_expire,publicblank string.Associative array of headers, i.e.
[ 'Cache-Control' => 'no-store', … ]Boolean
falseto fallback to skipsession_cache_limiter()which leaves it to the default PHP behavior (nocache, or however php.ini is configured).
Available since version 3.0.258.
Usage
$false = $session->getSessionCacheLimiter();Return value
false array string
$session methods and properties
API reference based on ProcessWire core version 3.0.267