I wrote a program based on register_global = off in my home web server , and it 's running well
but if i moved them to my hosting webserver , there is some problem and i found the main cause is due to the server setting register_global = on
the user login and the information storing in SESSION , but after successfully login , when the user go to the other page , the page will be login as the previous user .
how can i fix the problem