C
CP
I've got an application that searches a catalog. I'm expanding the
application to be able to search one of four different catalogs.
If I clone a window (ie: CTRL-N or File-New-Window), I get the same
session information and it seems to be using the same cookie
information. This doesn't happen if I simply launch Internet Explorer
a second time.
Is there an ASP trick to fool any new window to abandon their
sessions? I was thinking of session.abandon (obviously), but I don't
want to abandon what is stored, I just want that information to be
separate.
Any help is, of course, wicked appreciated. Thanks
-CP
application to be able to search one of four different catalogs.
If I clone a window (ie: CTRL-N or File-New-Window), I get the same
session information and it seems to be using the same cookie
information. This doesn't happen if I simply launch Internet Explorer
a second time.
Is there an ASP trick to fool any new window to abandon their
sessions? I was thinking of session.abandon (obviously), but I don't
want to abandon what is stored, I just want that information to be
separate.
Any help is, of course, wicked appreciated. Thanks
-CP