how to use c# to insert a new record to chrome cookies file how to use c# to insert a new record to chrome cookies file sqlite sqlite

how to use c# to insert a new record to chrome cookies file


If some one want to modify chrome cookie file, you could reference my code posted above.Actually, the code is right, the reason why I encounter the problem is quoted from the above comment:

The reason why this situation happens is because I have another connection to the same sql file active, so like what the file lock works, it just lock the file in case you read some dirty value.

Hope this question could help others.