If I reload my page I lose the original value of the session variable. So the first time I sign-on to the page, I can view the user. However, if I reload the page, the session variable "WelcomeUserNew" gets wiped-out. Any ideas?
Protected Sub form1_Init(ByVal sender As Object, ByVal e As...