Change the session IDs

You can change the System Session ID and Limited System Session ID of TotalAgility.

Change the system session ID

The changes in Session ID impacts the followingKofax TotalAgilityconfiguration files:

  1. On the Home page, click System Settings > Settings.
  2. On the General tab, click Generate next to the Session ID box.
  3. On the prompt, click OK to confirm.

    Note You can also enter or paste the value of the session ID. For example; when you move from development to production and you want to use the same session ID. This value must be a GUID.

  4. Click Save.
  5. The changes in Session ID impacts the following Kofax TotalAgility configuration files: Export Service config, Export Connector Config, Core worker Service config and VisioAddon config.
    Once a new session ID is generated, you must manually update the application setting values with the newly generated session ID under <appSettings> section in the following configuration files:
    • ...\\<installation folder>\Kofax\TotalAgility\CoreWorkerService\Agility.Server.Core.ExportService.exe.config

      <add key="SystemSessionId" value="="
      <replace with the regenerarted session id>"/>

    • ...\\<installation folder>\Kofax\TotalAgility\ExportConnectors\bin\RegAscSc.exe.config

      <add key="DefaultSessionId" value="
      <replace with the regenerarted session id>"/>

    • ...\\<installation folder>\Kofax\TotalAgility\CoreWorkerService\Agility.Server.Core.WorkerService.exe.config

      <add key="SystemSessionId" value="="
      <replace with the regenerarted session id>"/>

    • ...\\installation folder>\Kofax\TotalAgility\VisioAddOn\Agility.Server.Integration.Visio.AddOn.exe.config file.

Important For the session ID changes to take effect, restart the TotalAgility application pool in IIS and the Kofax TotalAgility Core Worker service. In an Azure environment, this change takes place automatically.

Change the limited session ID

  1. On the Home page, click System Settings > Settings.
  2. On the General tab, click Generate next to the Limited User Session ID box.
  3. On the prompt, click OK to confirm.
  4. Click Save.

    Note This field is read only, but you can copy and paste the value, if needed.