clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

cookies file path not found #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
openwebkitsharp r105... windows xp sp2... vs 2008..

Question...

1. where are cookies stored???
2. what is the path of cookies file??
3. cookies are stored with which extension??? .txt,.dat,.cookie or any other??

Details...

i want to create a cookie editor in my browser..where user would be able to 
view,delete as well as edit cookies... by m not able to find where are cookies 
stored...

i searched all folders in C drive an even d folder which contains my project... 
Bt none of d file seems to be a cookie file....

plzz let me know the path or some classes which can be useful to find the 
same...

thanx..

Original issue reported on code.google.com by mamtagan...@gmail.com on 2 Feb 2012 at 3:21

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
yes exactly. But I dont know how to edit this file

Original comment by tsumalis96@gmail.com on 3 Feb 2012 at 5:25

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
ohk sure.. thanx.. :)

Original comment by mamtagan...@gmail.com on 7 Feb 2012 at 11:35

GoogleCodeExporter commented 8 years ago
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