Exemplo n.º 1
0
 protected void logout_ServerClick(object sender, EventArgs e)
 {
     Cookies.DeleteCookie(this.Request, this.Response);
 }