Question
How to manage IdentityMap in WebSDK tips
I have got the case like this:
- Unrecognized User - ECID is added server side to IdentityMap
- User logs in.
a) I use email as an identity (but email has to be unique - only one in the profile - configured in Identity Service).
b) Data Element for that email is populated and added to the IndentityMap. I want that data element also be populated in the following events. SHould it be stored like that?

- Then the user logs-out
- User logs in to the another account. Identity Service disjoin these profiles. I assume I need to clear IdentityMap and add new one. Any tips?
What are your tips to manage IdentityMap?