Magic SEO URL for osCommerce (osCMax)
Session Autostart is Enabled Fix
If you are running osCommerce on web server where is PHP's session.auto_start enabled, you will receive following message:
Warning: session.auto_start is enabled - please disable this php feature in php.ini and restart the web server.
MOD Title: osCommerce 2.2ms2-060817 session.auto_start is enabled Fix
MOD Author: Jiri Stavinoha
MOD Description: Remove unwanted warning message.
INSTALLATION INSTRUCTIONS
OPEN:
catalog/includes/application_top.php
FIND:
define('WARN_SESSION_AUTO_START','true');
REPLACE WITH:
define('WARN_SESSION_AUTO_START','false');
SAVE/CLOSE ALL FILES