What is Session ?



Session is used to store user details particularly userid and user information so once you set the information  in session you can get the data anywhere in the project .


Syntax:

Session[“username”] = “Venkat”;


0 comments: