I have a question regarding sessions. I am using cookieless sessions in my
application. I have noticed that when running my web application if I open a new
winow by pressing Ctrl+N, the new window shares the session variables with the
parent window. I just wanted to know whether I can capture this event, i.e
whenever user opens a new window can I do something that starts an entirely a
new session so that the parent window and child window have different values for
session.