Waiting on Socket?

When I have a few sessions open to my web server I notice that when I try to open another session I get a message saying, “Waiting on Socket.”
I have to close one session in order to get a new session.
Is there a limit on the number of sessions somewhere I haven’t set?

You may need to adjust --MaxSockets and/or --MaxSecureSockets. Visit http://documentation.xojo.com/index.php/WebApplication and review the Command-Line Parameters section.

[quote=261638:@Brian O’Brien]When I have a few sessions open to my web server I notice that when I try to open another session I get a message saying, “Waiting on Socket.”
I have to close one session in order to get a new session.
Is there a limit on the number of sessions somewhere I haven’t set?[/quote]
Where does that message appear?

It is a message in the browser window.