Hello,
I know that this problem is not new but I can't find the solution.
I have this simple code:
session_start();
echo session_id();
This works fine in Firefox but if I open multiple IE windows (via the shortcut on my desktop) there is everytime a different php session id.
Is there a way to use onle one ID for all windows. I know that the difference within FF is that this browser handles all new windows as tabs.