I have one of my pages redirect to a page called customproofs.php.
When it redirects to that page, the following Warning message appears:
Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively in Unknown on line 0
Does this mean I need to change something in the php.ini file? How would I change the php.ini file for a specific folder on a web server?
Is changing the setting just so the message goes away? Why am I receiving this message?
The code works fine as it is now. Could I just tell the warning not to appear?