Query: session_get_cookie_params
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SESSION_GET_COOKIE_PARAMS(3) 1 SESSION_GET_COOKIE_PARAMS(3) session_get_cookie_params - Get the session cookie parametersSYNOPSISarray session_get_cookie_params (void )DESCRIPTIONGets the session cookie parameters.RETURN VALUESReturns an array with the current session cookie information, the array contains the following items: o"lifetime" - The lifetime of the cookie in seconds. o"path" - The path where information is stored. o"domain" - The domain of the cookie. o"secure" - The cookie should only be sent over secure connections. o"httponly" - The cookie can only be accessed through the HTTP protocol.CHANGELOG+--------+---------------------------------------------------+ |Version | | | | | | | Description | | | | +--------+---------------------------------------------------+ | 5.2.0 | | | | | | | The "httponly" entry was added in the returned | | | array. | | | | +--------+---------------------------------------------------+SEE ALSOsession.cookie_lifetime, session.cookie_path, session.cookie_domain, session.cookie_secure, session.cookie_httponly, ses- sion_set_cookie_params(3). PHP Documentation Group SESSION_GET_COOKIE_PARAMS(3)
Similar Topics in the Unix Linux Community |
---|
cannot use the same script to read cookie |
Replacing variable value in perl script |