Previous Topic: File You Will Need for Device ID and DeviceDNA CollectionNext Topic: Migrating Flash Cookies from Preceding Releases


Enabling Device ID and DeviceDNA Collection

To configure an HTTP cookie to be set on the end user's computer, include riskminder-client.js in the application pages that get or set the HTTP cookies:

  1. Copy the entire devicedna directory from <install_location>/arcot/sdk to the appropriate web application directory. Typically, the web application folder is at the following location:
    <APP_SERVER_HOME>/<Your_Application_Home>
    
  2. Include the riskminder-client.js file in the required application pages. Ensure that these files are located in a folder that is relative to the folder containing index.jsp.
    <script type="text/javascript" src="devicedna/riskminder-client.js"></script>