Example....
If I visit www.blahblah123.com and they store a session variable...
Session("UserMojon")="1"
Then, I open a new IE window and go to.... www.anotherblahblah.com, and
it stores Session("UserMojon")="2"
If It try to do anything on www.blahblah123.com, will it treat my Session("UserMojon") with a value of 2?
Also, is there a tool that will tell me the name of all the Session variables that are opened in my IE windows?
