Agencies migrate profiles between operators, workspaces, or anti-detect vendors. Cookie-only import without matching fingerprint + proxy often triggers instant logout or account review — the session was bound to the old browser identity.

Transfer methods

MethodPreservesRisk
Full profile export (MLX native)Cookies, storage, fingerprint presetLowest if same MLX version
Cookie JSON import onlySession tokensHigh if fingerprint/geo differs
Clone profile in workspaceEverything except historyMedium — update proxy if client changes
Fresh profile + manual loginClean identitySafest for burned accounts

Safe handoff checklist

  1. Export from source profile while stopped (not running)
  2. Document proxy endpoint — import with same sticky IP or re-login
  3. Match OS preset and timezone on destination profile
  4. Import → single manual navigation before automation
  5. Revoke source operator access — agency offboarding

Never do this

Playwright cookie inject (advanced)

# After CDP attach — only when fingerprint already matches session origin
await context.add_cookies([
  {"name": "session", "value": "...", "domain": ".example.com", "path": "/"}
])
await page.goto("https://example.com/dashboard")

Prefer native MLX storage over manual inject when possible.

Related

Disclosure: MLX-MMO affiliated with Multilogin.