RUM sessions will be reset if the number of pages is greater than 500 by default.
To change this value please follow these instructions:
1. Edit the RUM Engine file system conf/configurationmanager/BeatBox_default_const_configuration.xml
2. Add a new line like the following one into the [global] section (in this case, the maximum will be set to 845 pages):
—
max_session_actions 845
—
3. Sync the RUM Engine through the web-console.
New session will be sessionized with the new configuration.