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
I create two cookies with the same name but for different path.
one for "/" and one for "/admin".
When I read out the cookie in the "/" path or "/admin" I always get the same.
When I use the PHP $_COOKIE variable I get the correct cookie for the correct path,.
The text was updated successfully, but these errors were encountered:
@X-Tender Can you share a code sample showing how you are reading/setting the cookies along with the expected vs actual values you get from each place?
I create two cookies with the same name but for different path.
one for "/" and one for "/admin".
When I read out the cookie in the "/" path or "/admin" I always get the same.
When I use the PHP $_COOKIE variable I get the correct cookie for the correct path,.
The text was updated successfully, but these errors were encountered: