M 
		
								
				
				
			
		Michal A. Valasek
Hello,
I have problem deleting cookies and cookies values (using framework version
1.1 on W2003).
When I try to remove entire cookie, by calling
Response.Cookies.Remove("Test"), nothing happens, the cookie "Test" remains
unchanged.
When I try to remove one of cookie values, by calling
Response.Cookies("Test").Values.Remove(Key), all values are cleared (but
cookie itself remains), regardless what is used as Key - existing value
name, non-existent value name, empty string.
It seems to me as error in framework, because documentation says that it
should work. Or it's problem between keyboard and chair?
				
			I have problem deleting cookies and cookies values (using framework version
1.1 on W2003).
When I try to remove entire cookie, by calling
Response.Cookies.Remove("Test"), nothing happens, the cookie "Test" remains
unchanged.
When I try to remove one of cookie values, by calling
Response.Cookies("Test").Values.Remove(Key), all values are cleared (but
cookie itself remains), regardless what is used as Key - existing value
name, non-existent value name, empty string.
It seems to me as error in framework, because documentation says that it
should work. Or it's problem between keyboard and chair?
	
.