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.

To get the session identifier:

  1. In the session player, select File > Copy Session URI.

  2. Open a text editor and paste the session URI into the file.

  3. Delete the portion of the URI that identifies the player and installation, so that only the object GUID remains.

  4. For example, if the URI looks like this:

  5. rep://myInstallation/b62bc280-678c-439a-aec3-09a9b7ee4395

  6. Remove the part of the URI so that you only have the session identifier:

  7. b62bc280-678c-439a-aec3-09a9b7ee4395

To play back a specific session from a web browser:

  1. Open a web browser.

  2. Type the installation name and session ID in the address bar of the web browser:

  3. cda://<installationName>/<session_id>

  4. For example:

  5. cda://myInstallation/b62bc280-678c-439a-aec3-09a9b7ee4395

  6. The session player opens and plays the specified session.