7 ms·
Is each browser process dedicated to a single customer, or do you clear cookies and other state (localStorage, cache, Chrome advertising features...) between cu
by dmarti 2y ago
Is each browser process dedicated to a single customer, or do you clear cookies and other state (localStorage, cache, Chrome advertising features...) between customers?
- ashekhawat 2y agoWe use a new browser for each session you create! We don't share the browsers between different customers.