Is anyone else experiencing issues with reading cookie values in the Chrome 33 Beta? We used SQLite Database Browser and see empty values for the cookies we drop. We don\'t hav
starting from version 33 Chrome is encrypting the cookies, this is why you can't retrieve them. There is a new field called "encrypted_value" in SQlite DB; when used, the old field "value" stays empty - this is why you're getting empty string.