helpful_session_start
Help: If you do not know how to execute or save your own PHP code, you can find help here: How to execute PHP code on your WordPress website
With this filter you can set whether PHP sessions should be started by Helpful. If you use a plugin for sessions, you should set the value in your functions.php to false to avoid conflicts.
<?php // functions.php
add_filter( 'helpful_session_start', '__return_false' );