Sessions Error
I am generating an error when I activate your plugin. My site uses GoDaddy as a host, which requires me to specify a "temporary folder" to save sessions.
My
wp-config has this:
define('WP_TEMP_DIR',ABSPATH.'
wp-content/tmp/');
I have looked at your plugin, and tried this:
@session_start();
$sessionSavePath = ('WP_TEMP_DIR',ABSPATH.'
wp-content/tmp/');
and it still wont work.
Do you have any advice. The plugin it self works fine... its just generates errors on the bottom of my page.