|
-
August 1st, 2009, 10:52 AM
#1
Delete only the cookies create by webbrowser
Suppose I have webbrowser in mine form..Is it possoble to capture only the cookies create by mine webbrower..suppose before starting the project,in mine cookies folder there are cookies names cookie1 & cookie2....Suppose after the project run.cookies created by mine project are named cookie3 & cookie4...I want to delete cookie3 & cookie4 only..Is there any way to do it???? Ur reply is hightly appreciated.
-
August 1st, 2009, 02:35 PM
#2
Re: Delete only the cookies create by webbrowser
I don't know if there is a built in way, to do this.
But you could check the file dates, and delete them selectively.
If they were "last accessed"during the time period when your webbrowser was open.
-
August 2nd, 2009, 10:08 AM
#3
Re: Delete only the cookies create by webbrowser
hello sir,Suppose mine project is running & i get the started time,suppose at the same time when mine project is running,user accesses sites in IE.....then both the cookies are created,some are created by ,mine project & some are created by IE..then date logic fails na,because it deletes both the IE & web browser cookies..But I want to delete only cookies that are created by web browser,not IE cookies....
-
August 2nd, 2009, 11:01 AM
#4
Re: Delete only the cookies create by webbrowser
Sounds like you need to turn on Private Browsing. That prevents saving of all cookies.
-
August 2nd, 2009, 11:26 AM
#5
Re: Delete only the cookies create by webbrowser
U didnt get my question,I have to delete the cookies
-
August 2nd, 2009, 03:52 PM
#6
Re: Delete only the cookies create by webbrowser
Private Browsing = No Saved Cookies
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|