Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
session_get_cookie_params

session_get_cookie_params

(PHP 4, PHP 5)

session_get_cookie_params --  Get the session cookie parameters

Description

array session_get_cookie_params ( void )

The session_get_cookie_params() function returns an array with the current session cookie information, the array contains the following items:

See also the configuration directives session.cookie_lifetime, session.cookie_path, session.cookie_domain, session.cookie_secure, session.cookie_httponly, and session_set_cookie_params().