pass values or data from one page to another when you use Login control in ASP.NET 2.0

I am using Login Control available in ASP.NET 2.0 in the login page. Once the user is authenticated successfully against database, I am redirecting the user to home.aspx. Here, I want to pass on the User’s name too to the home.aspx so that the user will be greeted with his/her name in the home.aspx. Ex: Welcome Smith