1
Greetings,
I've recently moved a site to a new location. And since doing this, cookies are not working properly, so when you log in it adds the sessionID to the url, and as soon as you click on another link it kicks you out again (no cookie) I turned on debug directly in the database, and the message it gives is this:
Warning [PHP]: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/*****/public_html/class/errorhandler.php:430) in file include/common.php line 353
Everything in mainfile.php is set correctly and the URL used is the full address including www.
Any ideas?