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
이런 에러 메시지가 뜨네요.전역변수를 데이터의 소스로 생각해서 그런것 같습니다. 버젼상의 문제인것 같네요 .
경고에서 예기한데로 register_globals 를 disable 도 해보았고