Hello all,
This is my first post.
I did search through the forum and not finding what I am looking for, I am asking this question here as a new posting - apologies in advance if this question has been asked and thank you if someone could post the link to the discussion as areply to this message.
Ok here goes my question:
I am in the process of developing an application for my website using php. As part of one of the functionality, I need to determine how many browser sessions a user who is running my application has concurrently opened on his system. Let me explain by an example:
Internet Explorer Session
Mozilla Firefox Session 1
Google Chrome Session 1
What I would like to do is to create an application in php which would be deployed on my website which when run will give me:
A list of all the URLs of all browsers that are opened at that moment along with their full URLs.
In the above examples this list will have 8 entries - 4+3+1 - across all browsers. Of course there is also the possibility that there is a second, third and a fourth and a.... session of any or all of the above (or other) browsers which would add to the list of open sessions...
Thank you all in advance and for the patience to go through a first-poster's question.
Cheers!
Uttam