Occasionally as my code goes out and opens a folder containing pictures to
display, I get the following message at the bottom of the page(despite the fact that the pictures, titles and captions all display accurately)
"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 funtionality and this warning by setting session.bug_compat_42 or session.bug_warn to off, respectively in Unknown on line 0"
I have gone into the Php.ini file and set both session.bug_compat_42 and
session.bug_warn to zero but the error persists!!
Suggestions anyone. Thank you.