can't have semi colon in cookie path
daemon-byte opened this issue · 1 comments
daemon-byte commented
https://github.com/Open-Web-Analytics/owa-php-sdk/blob/master/src/Tracker/State.php#L371
On line 371 you added the line "$path .= '; SameSite=lax';". This is causing php to reject it claiming you can't have a semi colon in the cookie path. Is this something you are experiencing as well?
almare commented
Same here