I'm looking at writing my first WPF application. Before I begin, I was wondering if it is possible to manipulate an existing browser cookie.
I need to check if a specific cookie exists (I have the cookie name). If it does exist, I want to modify it's value.
I would appreciate any input.