The second browser window is not hanging on the sleep
command. It's blocking because sessions are blocking (and hence it's trying to open the same session). You can close the current session if you don't need it anymore (and hence don't want it to block) with session_write_close
...
ircmaxell
2010-08-24 17:12:09