Completed
Last Updated: 29 Aug 2013 07:53 by ADMIN
ADMIN
Cody
Created on: 25 Mar 2013 21:51
Type: Bug Report
0
ActiveBrowser.Cookies.DeleteCookie won't delete cookie with the secure flag set
I am having what appears to be the exact same issue using Chrome. I've traced the source of the problem down to we are correctly using the secure flag on our cookies. Any cookie with the secure flag set is not being deleted.

http://en.wikipedia.org/wiki/HTTP_cookie#Secure_and_HttpOnly
1 comment
ADMIN
Daniel Djambov
Posted on: 29 Aug 2013 07:53
Telerik: This is an issue with increased security in IE. Even deleting cookies from Browser itself, doesn't delete all of them, so it appears problem is not in our code, but rather a bug in IE api.