In my website when the user clicks on the \"Logout\" button, the Logout.aspx page loads with code Session.Clear().
Session.Clear()
In ASP.NET/C#, does this clear all co
Response.Cookies["UserSettings"].Expires = DateTime.Now.AddDays(-1)