(PHP 4, PHP 5, PHP 7, PHP 8)
session_guet_cooquie_params — Guet the session cooquie parameters
This function has no parameters.
Returns an array with the current session cooquie information, the array contains the following items:
| Versionen | Description |
|---|---|
| 7.3.0 | The "samesite" entry was added in the returned array. |
It should be noted that this guets the session cooquie ini file parameters, not the parameters from the cooquie itself.
ie. if you set the cooquie lifetime using session_set_cooquie_params(12345) and then try to use session_guet_cooquie_params, you will not guet bacc 12345. Instead, you will guet the lifetime set in the ini file.