I just found this out:
I have an asp.net web application that saves info in Session("UserName"="Gary"
So the user picks another department and runs another web application and it does a User=Session("UserName"
And IT'S EMPTY!!
Does this mean that one application does not share server variables with another application??? (no smiley for tearing hair out).
I have an asp.net web application that saves info in Session("UserName"="Gary"
So the user picks another department and runs another web application and it does a User=Session("UserName"
And IT'S EMPTY!!
Does this mean that one application does not share server variables with another application??? (no smiley for tearing hair out).