I have tried searching the PhP and MySQL documentation for the answer to this, but I must not be using the right search terms:
Is there a limit to the number of sessions that can be going simultaneously on an Apache Server running PhP 4.3.4 and accessing MySQL?
I know there is a limit on the number of persistent connections to MySQL, but my question is about how many sessionIDs can be generated and active at the same time.
Thank you!
- Marisa