Try our conversational search powered by Generative AI!

Introduce Visitor Identify API in Internal (Beta)

Found in

EPiserver.Forms.ServiceApi 1.1.4.9000

Fixed in

EPiServer.Forms 2.1

(Or a related package)

Created

Mar 23, 2016

Updated

Jun 09, 2016

Area

Core

State

Closed, Fixed


Description

Form uses VisitorIdentifyService to summon DefaultVisitorIdentifyProvider : IVisitorIdentifyProvider.
IVisitorIdentifyProvider provides the mechanism to create the cookie (cookie name, how to store data in the cookie value, ...), to track a visitor.

  • Due to a change in Progressive Submit Info (new feature) and Visitor Identify API, cookie keys are changed.
  • There is no code change for developers.
  • Developers can implement IVisitorIdentifyProvider to create their own mechanism.

Side effect: The state in which visitors submitted Forms (in the previous version of Forms) is obsoleted.