(PHP 4, PHP 5, PHP 7)
session_get_cookie_params — Get the session cookie parameters
Gets the session cookie parameters.
Returns an array with the current session cookie information, the array contains the following items:
Version | Description |
---|---|
7.3.0 | The "samesite" entry was added in the returned array. |
5.2.0 | The "httponly" entry was added in the returned array. |