Closed GoogleCodeExporter closed 9 years ago
The cookies are stored in a file called cookies.binarycookies and can be used
in this path:
Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData)+ @"\Apple
Computer\Cookies\Cookies.binarycookies";
As for editing the cookies, I don't know how that can be done. I tried openning
that file but it is in a strange encoding and there is no class in WebKit apart
from WebCookieManager, which only has setCookieStorage(IntPtr h) and
cookieStorage()
Original comment by tsumalis96@gmail.com
on 3 Feb 2012 at 10:00
means it stores all cookies together.. not each one in a separate file???
Original comment by mamtagan...@gmail.com
on 3 Feb 2012 at 2:54
yes exactly. But I dont know how to edit this file
Original comment by tsumalis96@gmail.com
on 3 Feb 2012 at 5:25
hmmm... not a problem... i guess now only features i can include is deleting
all cookies... hav to drop d idea of cookie editor...
thanx...
Original comment by mamtagan...@gmail.com
on 5 Feb 2012 at 3:17
No problem! If I manage to decode that strange file I will try to create a
cookie manager. Some months ago I did one because the cookies had an XML
format, but now it is completely useless :(
Original comment by tsumalis96@gmail.com
on 5 Feb 2012 at 7:38
thanx for ur efforts.. :) n its fine wid my project as i still have many other
features to make it strong.... :)
Original comment by mamtagan...@gmail.com
on 6 Feb 2012 at 3:36
OK! Good luck with your project... If you want you can make a post for your
application and promote it here (as soon as it has been finished):
http://gt-web-software.webs.com/apps/forums/show/6508813-show-off-your-openwebki
tsharp-application-
Original comment by tsumalis96@gmail.com
on 7 Feb 2012 at 9:44
ohk sure.. thanx.. :)
Original comment by mamtagan...@gmail.com
on 7 Feb 2012 at 11:35
I think there is no reason why this issue should remain open...
Original comment by tsumalis96@gmail.com
on 16 Feb 2012 at 7:33
Original issue reported on code.google.com by
mamtagan...@gmail.com
on 2 Feb 2012 at 3:21