I have a web application through which i can run tests.A user can run multiple tests simultaneously by opening the same application in separate tabs. The tests take longer time.So i want to maintain session for each run.Whenever a user returns back,I want show all his active sessions and open the sessions in each separate tab.How can we achieve this?Can we maintain multiple cookies for a user at a time?can we choose which cookies to be sent with a request?Please give insights on how to achieve this use case and small code snippet would help.
Thanks in advance.
The question, PHP Multiple Concurrent Sessions Per User, didn't help me with how to achieve my usecase. The accepted answer is not clear. Thats the reason i posted new question.Please help me.