@navink386520 Not really, since this is a migration usecase the initial visit will have an ECID set already (appmeasurement library) before webSDK is introduced and used until that cookie is deleted and the next session onwards FPID takes over.
In the 5th visit the user deletes all cookies ( let's say manually) including FPID ( let's say set for 2 years expiration), this will initiate the sequence of web server sets FPID, the webSDK on client reads the FPID set's a new ECID.
Since FPID was present and will be used to create the ECID, it is the identifier.
Hope that helps