[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.caching

Duplicate Session ID across multiple IE windows

Jim Tilson

5/11/2005 2:51:00 PM

I'm having trouble with Session ID being duplicated across multiple IE windows.

I edited the web.config file of my ASP.net application to enable tracing
output to the page.

I navigated to my ASP.net application main page, and noted the Session ID
for the session.

I typed CTRL-N to open a new IE window. The Session ID displayed on the new
IE page is the same as the Session ID on the first IE page.

When I work on the pages alternately, I get errors about the viewstate
control tree not being the same, or (worse) if I do a read operation in the
first window, a read operation in the second window, then a write operation
in the first window, the first window writes the second window's data back to
the database.

Is there a way to force IE to get a new Session ID for the second window if
the user types CTRL-N or opens a new window through the file menu?

Thanks,
--
Jim Tilson
MCP