Playing back a session from a web browser
If you want to start playing back a session from a web browser, you must know the session identifier. You can extract the session identifier from the session URI.

- In the session player, select File > Copy Session URI.
- Open a text editor and paste the session URI into the file.
- Delete the portion of the URI that identifies the player and installation, so that only the object GUID remains.
For example, if the URI looks like this:
rep://myInstallation/b62bc280-678c-439a-aec3-09a9b7ee4395
Remove the part of the URI so that you only have the session identifier:
b62bc280-678c-439a-aec3-09a9b7ee4395

- Open a web browser.
- Type the installation name and session ID in the address bar of the web browser:
cda://<installationName>/<session_id>
For example:
cda://myInstallation/b62bc280-678c-439a-aec3-09a9b7ee4395
The session player opens and plays the specified session.