Skip to content

Commit 1ea4a6f

Browse files
Update microsoft-edge/webview2/concepts/user-data-folder.md
Co-authored-by: Michael Hoffman <v-mihoffman@microsoft.com>
1 parent 57a5525 commit 1ea4a6f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

microsoft-edge/webview2/concepts/user-data-folder.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ The UDF is created on startup of the WebView2 host app, if the UDF doesn't exist
8080

8181
Each instance of a WebView2 control is associated with a WebView2 session.
8282

83-
Each WebView2 session has exactly one UDF and a UDF can only have at most one WebView2 session at a time.
83+
* Each WebView2 session has exactly one UDF.
84+
* A UDF can only have at most one WebView2 session at a time.
8485

8586
A WebView2 control shares its WebView2 session with any other WebView2 control that uses the same UDF. This is true whether the WebView2 controls are in the same host app or different host apps. However, a UDF may only be shared among host apps that are in the same logon session (more specifically, only one HDESKTOP). See [Process model for WebView2 apps](../concepts/process-model.md).
8687

0 commit comments

Comments
 (0)