You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
And method parseCookieHeader return array only with 2 elements PHPSESSID and cookie_region.
But in $_COOKIE I have 3 elements
`
Array
(
[PHPSESSID] => mckio0avb9bkminedcftmsrcrf
[cookie_region] => 7
[CakeCookie] => Array
(
[cookie_region] => 7
)
)`
The text was updated successfully, but these errors were encountered:
I think this should be reopened, becasue the parser really does not parse the mentioned header string properly. the regular expression is not right. it really parses only the two values and not the last one-with the array
Client send cookie
PHPSESSID=mckio0avb9bkminedcftmsrcrf; cookie_region=7; CakeCookie[cookie_region]=7
And method parseCookieHeader return array only with 2 elements PHPSESSID and cookie_region.
But in $_COOKIE I have 3 elements
`
Array
(
[PHPSESSID] => mckio0avb9bkminedcftmsrcrf
[cookie_region] => 7
[CakeCookie] => Array
(
[cookie_region] => 7
)
)`
The text was updated successfully, but these errors were encountered: