i am using cookie, so add some values on it, in a special page i just retreive its value and want to be deleted.so i have set its expire time to
Cookie.Expires = dt.AddYears(-30);.
i have set the expire time on creation time but excatly on the page which i want to expired in that page. but it doesn't expired, it just be expired when th einternet explorer closed and then opened. how can i expire a cookie when the iternet explorer is opened and immidiately?
Cookie.Expires = dt.AddYears(-30);.
i have set the expire time on creation time but excatly on the page which i want to expired in that page. but it doesn't expired, it just be expired when th einternet explorer closed and then opened. how can i expire a cookie when the iternet explorer is opened and immidiately?