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 ;Quick buffer storage area

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


Run instance»

Click the "Run instance" button to view the online instance

Output:

The cache limiter is now set to private



Run Instance»

Click the "Run Instance" button to view the online instance

Output:

The cache limiter is now set to public