https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
Prefixed cookies are security related.
Could be changed by hand (Host or secure).
Session.php (line 204)
--- $this->store->setName($name);
+++ $this->store->setName('__Host-'.$name);
PHP 8.1
I'm sorry if it's not the right place (if so please at least point, where it should be suggested)
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
Feature
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-08-29 07:01:29 |
Closed_By | ⇒ | brianteeman |
As this requires the secure flag then its basically the same issue as #40651 so closing this as a duplicate