Skip to main content

Session Persistence

Meshbrow persists browser state — cookies, localStorage, and login states — so you can maintain identity across multiple sessions without re-authenticating.

Profiles

A profile is a named configuration that bundles:
  • Cookies (all domains)
  • LocalStorage (per-origin)
  • Fingerprint preferences
  • Proxy preferences
  • Usage metadata
Cookies are automatically saved when you destroy a session with saveProfile: true:
Transfer cookies to and from Meshbrow:
Supported formats:
  • JSON — Standard structured format
  • Netscape — Compatible with curl, wget, browser extensions

Auto-Refresh

Keep login sessions alive by periodically refreshing cookies:
Meshbrow will periodically navigate to the domains to keep session cookies fresh, preventing silent logouts.

Team Sharing

Share profiles across team members:
Useful for:
  • Shared accounts that the whole team uses
  • Pre-authenticated states for CI/CD
  • Common configurations across team workflows