Changes between Version 13 and Version 14 of PlugIns/HTML/htmlmonitor
- Timestamp:
- 12/04/14 10:40:39 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlugIns/HTML/htmlmonitor
v13 v14 42 42 In this simple setup, recorded user data will be sent unencrypted from the users browser to the server. Hence, the setup should be changed to support encryption. For this, several options exist. A good solution is to have a further Apache webserver which listens on an encrypted port and forwards any request machine internally to the unencrypted port of the monitor. In this case, the integration of the script into the pages of the monitored website must be adapted to match the changed setup. 43 43 44 After the JavaScript is integrated into the web pages, the browser atof the user will execute it on each loading of the pages. The script will ensure to register for any user action. If 10 actions were recorded, if a timeout occurs, or if the user leaved the page, all recorded user actions will be sent to the monitor for storing them into the log files.44 After the JavaScript is integrated into the web pages, the browser of the user will execute it on each loading of the pages. The script will ensure to register for any user action. If 10 actions were recorded, if a timeout occurs, or if the user leaved the page, all recorded user actions will be sent to the monitor for storing them into the log files. 45 45 46 46 Log files are separated in the log directory by the URL of the monitored web application as well as by a unique id of the client. Please note, that a client here is a specific installation of a specific browser on a specific machine. If the installation changes, the client id may change. If several users use the same installed browser, they are considered as one user.