Prisma Browser Implementation
Prisma Browser leverages this feature by storing its user-specific data in
a portable file named profile.pb. This file is located within the Windows roaming
profile folder. When a user logs onto a new machine, Windows synchronizes the entire
folder, including the profile.pb file, which allows Prisma Browser to seamlessly
restore the user's complete data.
Prerequisites
To use roaming profiles, the following conditions must be met:
Support is limited to Windows environments only
Prisma Browser must be deployed either via MDM or local
installation
Users must sign in using an Active Directory account.
Prisma Browser SetupEnable Roaming Profiles
Set the following registry key on every machine to enable the feature:
| **Registry Path** | **Value Name** | **Value Data** |
| Software\\Policies\\Palo Alto
Networks\\PrismaAccessBrowser | RoamingProfileSupportEnabled | 1 (DWORD) |
Change Roaming Profile Location (Optional)1 The user's roaming profile is stored in a file named
profile.pb. By default, this file is located in
%APPDATA%\Palo Alto Networks\PrismaAccessBrowser\User
Data\Default\profile.pb within the Windows Roaming Profile
directory.
To specify a non-default location for
profile.pb,
configure the
RoamingProfileLocation registry key. Any
supported path variables can be
used.
If you set the
RoamingProfileLocation
policy, you must avoid setting the
UserDataDir or
DiskCacheDir policies to the same directory.
Conflicting settings can interfere with roaming profiles and negate the
feature's benefits.
Alternatively, you can direct
RoamingProfileLocation to a network share (e.g.,
\\Server\Profiles\${user_name}). In this configuration,
Prisma Browser reads and writes profile.pb directly to the
network, Windows Roaming User Profiles is not required.
Example setup - What Syncs
| ** Syncs** | ** Does Not Sync** |
| Bookmarks | Cookies |
| Saved passwords | Active sessions |
| Autofill data | Cached files |
| Browser settings | Downloads |
| Extensions | Temporary data |
| Browsing history (partial) | |
Important Limitations
| **Limitation** | **Details** |
| **No simultaneous sessions** | Users cannot run Prisma Browser on two machines at
the same time. The profile file is locked during use. |
| **Mutually exclusive with cloud sync** | Roaming profiles and browser cloud sync cannot be
used together. Choose one. |
| **Single profile recommended** | Multiple browser profiles may not map correctly
across machines. |
| **Large profiles slow login** | Thousands of bookmarks/extensions increase Windows
login time. |