Hi,
I understand that firefox browser carries the same session over various windows/tabs even if we open a totally new window from task bar icon.
I've one web page which help users to manage files over many machines and it will take time to load when they choose to perform some actions like compress or delete large number of files over the network. When I use firefox, I cant load the same site on a different window/tab to do some other tasks while waiting for the first action to finish. It waits for the first page to finish loading then it loads the second page. No issue with IE, if I open two different window from the task bar. Obviously as both of them having two different session. I can surf through the site or perform other actions while waiting for the first one to finish.
Is there anything I can do with PHP to work around this issue? I'm using PHP on Linux with Apache.
Thanks.