How can I keep the session on another ASPX and VB page?

-1

I have the login page and obviously it already validates the user and password of a database in SQL, what I want is that on another page it shows me the username (it is a masterpage), of the person who is logged in.

    
asked by SuperYo 28.09.2017 в 22:45
source

1 answer

1

Use Sesion("invariable") = nombre usuario

And to recover it Sesion("invariable").ToString()

    
answered by 28.09.2017 / 22:55
source