Hi guys
First of all, thanks for maintaining this wonderful forum. I have come across this forum in google, while searching for a IE6 session related issue.
The problem is, I have two sites with cookie and session based user authentication system.
In one of those sites, a user can open multiple IE6 (by double clicking from the desktop) and can log in as different users. In other words, a user can have a new process in each IE6 opened.
However, in the second one, despite the fact that I have used the same code, a user can't have multiple process (by double clicking from the desktop) in multiple browser windows. The sessions get transported in the second one, the the session of the first window gets rewritten by that of the second one.
The two sessions are identical in each of the sites, and named idetically. Say, userid and password.
Ideally, my user wants to have multiple session opened for both sites. I'm sort of lost here, since I'm looking into this for 2 days now, and couldn't find why the same code behaving differently in two different sites (hosted in the same server).
Any tips / help / suggestion will be welcomed, and appreciated.
Cheers.