Skip to content
Home > Tools & Setup > Advanced > Audit Viewer > Capturing Application Session History

Capturing Application Session History

If you would like to capture session history for users, you must turn on this feature by updating the webconfig file. Below are the instructions:

  1. In the TMS_Web\Webroot\Web.config…change the value=”false” to value=”true”:

<add key=”AppSessionHistoryEnabled” value=”false” />

  1. Save the file and restart IIS or reboot the web server.
NOTE: The table called tblAppSessionHistory will require purging manually by your IT staff.