stretcher012599
Programmer
I have 4 different companies using 4 different databases. Each company is separate. The following can occur: users can open up 4 browser windows and login to each company. Sometimes a user will open up 2 or 3 windows and login to the same company so they can have different parts of that company up on the screen. All users have the same user name and password for each of the 4 companies stored in each database. The question I have is my sessions end sometimes because say I have 4 companies up and I'm logged into all 4 companies and one company I decide to logout. It terminates the session. This is no good. Does the session terminate when a browser window is closed?
Maybe someone can give me a few suggestions on a better way of keeping my sessions alive. Theres always going to be times where I'll be logged into each of the 4 companies and maybe more then one time per company. I have security rights that are stored in the session too which makes it essential that I use sessions.
Any input would be great... thanks.
Maybe someone can give me a few suggestions on a better way of keeping my sessions alive. Theres always going to be times where I'll be logged into each of the 4 companies and maybe more then one time per company. I have security rights that are stored in the session too which makes it essential that I use sessions.
Any input would be great... thanks.