Please explain how i can fix this error which occurs almost every minute. I’m using child theme with WooCommerce, WP SEO and WP Super Cache.
Any action/click seems to generate an entry in the log-file. Tried with add_theme_support(‘avia_no_session_support’); in function.php but no help.
Problem solved by changing setting in php.ini:
session.save_path = /home/{name]/tmp/ – full path where session files can be stored
session.gc_probability = 1
Thank you.