Good morning,
I am working on a php mysql project and have the following need. The main page is to be setup so that a doctor can login to his practice. Then it will go to a patient screen that will allow patients to login to their personal information within that doctors practice.
I already have it setup so that the doctor can login and it creates a session based on that login. I need to find a way to start a second session when the patient logs in ... or i need some guidance as to why i do not need to do that.



