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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: