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
Pathfora currently creates a number of cookies based on interactions which can cause browser issues when too many campaigns stack up. As such we need to scope what a plan of attack is for fixing the issue. Goal is for essentially an RFC that addresses:
how should we store interaction data (localStorage, cookies?)
if localStorage how do we handle falling back to cookies for legacy browsers
can we expire cookies more actively to reduce the buildup?
how can we flush the existing cookies during rollout?
account setting to prevent this new behavior from being global to prevent issues?
pathfora versioning?
The text was updated successfully, but these errors were encountered:
Pathfora currently creates a number of cookies based on interactions which can cause browser issues when too many campaigns stack up. As such we need to scope what a plan of attack is for fixing the issue. Goal is for essentially an RFC that addresses:
The text was updated successfully, but these errors were encountered: