Fine TD04.............. Now answer my one query........... Lets say i have opened two windows of th same ASP application on my client machine. According to ya, there will b only one session, common for both the windows? Now if dat is the case, then Can i use the same Session variable in both the windows. Lemme give ya n example.
Window 1:
SomePage.asp----------Session("Test") = 1
Window 2:
OtherPage.asp--------------- Response.write Session("Test")
Now My question is, What will be displayed on th OtherPage.asp (Window 2 and Window 1)........