Online Help System

www.screenconnect.com

INFO-0002: ScreenConnect Session Logging

Modified: 2012/01/06 09:48 by Kat Palacios - Categorized as: Knowledge Base

Edit

1 Summary

Since version 1.3, ScreenConnect provides server-side logging of remote support sessions. This article will discuss the location of the log files and the session information captured.

Edit

2 More Information

Edit

2.1 The Contents of Each Session File

Each Session generates a file in the ScreenConnect\App_Data\Session directory. You can open these files using Notepad and see the following:

  • SessionID
  • Invitation Type
  • Host Name
  • Session Created Time
  • Session Selected Time
  • Guest and Host Connection time and IP Addresses
  • Connected and Disconnected events
  • End Session time

Note: Times are in GMT

Edit

2.2 Changing the Default Location of the Session Files

To change the default location of the session files, open web.config, which can usually be found in C:\Program Files\ScreenConnect. Using a text editor, find the following line in web.config:

<add key="SessionDirectoryPath" value="App_Data/Session" />

Change "App_Data/Session" to the location of the directory of your choice.

NOTE: You will need to restart the ScreenConnect Session Manager service for changes to take effect.

For more information, visit HOWTO-0012: Editing the Web.Config.

Edit

3 References