bungpeng Posted February 10, 2006 Posted February 10, 2006 The code is simple and it work fine in my development machine. But when I upload to hosting server, then unable to clear the cookies. Dim obj As HttpCookie = Request.Cookies("aaa") If Not obj Is Nothing Then obj.Expires = DateTime.Now.AddDays(-7) Response.Cookies.Add(obj) End If Any posibility of it? I really can't understand. Will the OS setting affect it? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.