![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/04/2006, 14:24
|
![Avatar de Fann_Lavigne](http://static.forosdelweb.com/customavatars/avatar83869_2.gif) | | | Fecha de Ingreso: diciembre-2004
Mensajes: 622
Antigüedad: 20 años, 1 mes Puntos: 12 | |
Código:
Dim Cookie As HttpCookie = New HttpCookie("NombreCoockieAqui")
Cookie.Values.Add("Campo1", "Valor" ))
Cookie.Values.Add("Campo2", "Valor" ))
Cookie.Expires = DateTime.Now.AddMinutes(60)
Response.AppendCookie(Cookie)
__________________ "Entre Mas Brillante Es Una Mente, Tiene Que Luchar Contra Demonios Internos Mas Poderosos" [email protected] |