Hello guys. I am Irwan and I am new user of AbanteCart. I just installed it on my webhost yesterday and I got warning about ini_set is disabled. I have contacted my hosting provider and they can't enable it due to security reason. I tried to disable the ini setting in init.php which are:
- ini_set('session.use_trans_sid', 'Off'),
- ini_set('session.use_cookies', 'On'), and
- ini_set('session.cookie_httponly', 'On');
And there is no more warning message on my webpage. My question is will there be any problems in the future if those settings are disabled?
Thank you in advanced.
