In Login With Sessions by sde which is great. It works with one annoying error message. I keep getting the following error message
I have PHP 5.02
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
I have been trying to read on how to fix it. It seems to be something in auth.php in the tutorial (below). After doing some research it seems to be something to do with the following statements.
could you write a shell script to validate if a user / pass sent to it is valid? if so, make the script output 0 or 1, and then you can have php execute that script and use the output as a pass/fail indicator.