I developed web application using php. But some pages display a error message.
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_global s is enabled. You can disable this functionality and this warning by setting session.bug_com pat_42 or session.bug_com pat_warn to off, respectively. in Unknown on line 0
Could some one help me? Still I couldn't find what is the wrong with my code.
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_global s is enabled. You can disable this functionality and this warning by setting session.bug_com pat_42 or session.bug_com pat_warn to off, respectively. in Unknown on line 0
Could some one help me? Still I couldn't find what is the wrong with my code.
Comment