Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Operating System user that runs the Web Server or Web Application should have full control privileges for the <precise_root> folder (for example: user ASPNET for IIS5 or user NETWORK SERVICE for IIS6).

The following table lists the permissions that are required for general collection on UNIX.

...

  1. In the “Registry Path” field in the Registry Editor (AdminPoint > Settings > Registry Editor), enter the following path and click Go: registry/instances/www/<server_name>/<instance_name>/settings.
  2. In the Xml Editor tab, search for the <filter-session-cookie> tag.
  3. Add the applicable cookie name between the tag, for example:
    <filter-session-cookie>_sn</filter-session-cookie>
  4. Click Save.

    Info

    The cookie session name for J2EE (JSESSIONID) is the default value for the <filter-session-cookie> tag.

Adding post-parameters collection for

...

IIS

To add post-parameters collection for IIS, see the following sections:

...

  1. In the “Registry Path” field in the Registry Editor (AdminPoint > Settings > Registry Editor), enter the following path and click Go: registry/instances/www/<server_name>/<instance_name>/settings.
  2. In the Xml Editor tab, change the value of the <collect-post-parameters> tag to “true”.
  3. Click Save.

Adding post-parameters collection for IIS

To add post-parameters collection for IIS, see the following sections:

...