Web Architecture Question- Can I do this?
I have an application which is using cookies and client variable to process/track user activity in a cluster-server environment. A user basically is able to see one client at a time and each client has its own database. I know if you have multiple email accouts in Hotmail, Yahoo, etc, you can only access one at time in the same manner.
BUT I am wondering if there is a way for the user to access multiple clients at the "same time", meaning, one browser page is client A, one browser page is client B, one browser page is client C, etc. If the user has the access right to all clients, logically he can open any two or more clients and does his CRUD.
Can this be achieved?
Thanks
