Hi All I am getting the following warning when I open my website www.devx.biz in a new window. But if I do a refresh, the warning goes away. 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 Can you please tell me how to fix it? Thanks, Sukanta
I have the same Warning from this IF: the ECHO is displayed, but after the echo I get the same warning.
This has probably been resolved already but you could: Add this to your .htacess file (worked for me): php_flag session.bug_compat_warn off Code (markup): Or Add this to your php.ini file (didn't try this): session.bug_compat_warn to off Code (markup):