My scenario:
I have a script that uses sessions. This script is a admin script that can do many things, one of them copying files from one server to local backup directory. This copy takes time, and i noticed that when the copying is running i cant runt the same script in another tab, it just hangs. though if i run the script with a different session_name it will run.
Is there some limitations on fopen/sockets in php?
Thanks for any info or links on the subject!