session
English [ˈseʃn] US [ˈsɛʃən]
n. Meeting, meeting; (court) session; session, semester; (carrying out an activity Continuous) a period of time
cache
英[kæʃ] 美[kæʃ]
n. Hiding place; hiding place; hidden treasure ;
vt.storage
vi.hide
php session_cache_limiter() function syntax
Function:Read/set cache limiter
Syntax:string session_cache_limiter ([string $cache_limiter])
Parameters:
Parameter | Description |
cache_limiter | If specified The cache_limiter parameter will use the specified value as the cache limiter value. |
#Description:Returns the name of the currently used cache limiter.
php session_cache_limiter() function example
Output:
The cache limiter is now set to private
Output:
The cache limiter is now set to public