louie_nz
04-25-2005, 09:42 PM
Hi, people! It is the first time I build up a website using php-mysql combo!(I am just a graduate who wanna try on php). I stuck on login in stage now. I can succesfully login to my created website. However, the problem is, for example, I already login using an account (say: A). Then, I try to open another browser and try to login using different login account (say B, modelling multiple users login at the same time). However, the browser even doesn't show me the login page and ask me my account name and password, instead it automatically take me to account A. Then, I can see all the information of account A. It's apparently a mistake. Really weird!
I think all the browser should create and use different session_ids, right? I think what I have done before this stage is right. I can display or insert data from or to database. anyway, why is that? can anyone help me that? :confused:
I think all the browser should create and use different session_ids, right? I think what I have done before this stage is right. I can display or insert data from or to database. anyway, why is that? can anyone help me that? :confused: