hi..
i was working with php 4.2.3 and now i changed php to 5.3.1
now problem is that when i login as a user in my script i got this warning..
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
just for information .. i done coding for session register and register all variables in session..when user login into his/her account.
one strange thing i note that after login i can get all session variables there...
so can any one tell me how can i clear this error message ??