Tag

visitor ID

0 views collected around this technical thread.

Continuous Delivery 2.0
Continuous Delivery 2.0
Dec 16, 2019 · Backend Development

Best Practice #2: Beware of Switching from Anonymous to Logged-in State

When a user moves from an anonymous to a logged-in state, maintaining consistent feature‑flag behavior—such as discount eligibility—requires strategies like assigning a persistent visitor ID via cookies to link the two sessions and ensure a seamless experience.

Feature Flagsconsistencycookie
0 likes · 3 min read
Best Practice #2: Beware of Switching from Anonymous to Logged-in State