I get the following on the first php page in my app when deployed to apache on linux.
Notice: A session had already been started - ignoring session_start() in /var/www/html/atims_dev/mpcArchives/include/dbcommon.php on line 4
When deployed to my local apache on windows I do not get the message. If I comment out line 4 which is
session_start(); I don't get the message on the linux apache server.
Any help is appreciated. Thanks