Skip to content

Commit bed3e27

Browse files
dprevoznikclaude
andcommitted
docs(pools): clarify pool profile can't hold per-user state across users
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c26f6c3 commit bed3e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browsers/pools/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ You have three ways to get an in-use browser onto the new configuration:
268268

269269
## Per-user profiles with pools
270270

271-
A profile attached to the pool config is [read-only](#create-a-pool-of-reserved-browsers) and shared by every browser, so it can't hold per-user login state. To use a pool's pre-warmed browsers to load many different per-user profiles **and** persist each user's state, attach the profile to the browser *after* you acquire it, then destroy the browser on release:
271+
A profile attached to the pool config is [read-only](#create-a-pool-of-reserved-browsers) and shared by every browser, so it can't hold per-user login state across many users in a single pool. To use a pool's pre-warmed browsers to load many different per-user profiles **and** persist each user's state, attach the profile to the browser *after* you acquire it, then destroy the browser on release:
272272

273273
1. **Create the pool with no profile.** A profile can only be loaded into a browser that was created without one, so the pool must be profile-free.
274274
2. **Acquire a browser** from the pool.

0 commit comments

Comments
 (0)