Sorry. I should have searched the board. Added the below to php.ini and it eliminated the error:
session.bug_compat_42 = 1
session.bug_compat_warn = 0
I have a shopping cart that, when the user reaches the page where they can either click a PayPal button or be sent to a formmail script to make other arrangements, at the bottom of the page is the following message.
Can someone tell me why this appears and how I would eliminate it?
TIA - Lance
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