Hi,
How could develop PHP code, which would allow me to
run parallel queries - meaning, I can launch another browser and go to the query form and do another query.
Now the cookies seem to block other queries, until the first one has finished. By query I mean here an Oracle query made from a HTML form, from which the data is handled by a PHP script.
I need to have different views to the query data, so I figured out I should use sessions to store the results in a session variable. But the problem with sessions is for me, that it seems to add my IP address to some list and no other queries can be launched.
Please give any hints on how to enable parallel sessions with cookies/sessions turned on?
Thanks,
hacker