Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7913085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:45:39+00:00 2026-06-03T13:45:39+00:00

I am working on a web automation tool. After the tool is run once

  • 0

I am working on a web automation tool. After the tool is run once the associated website creates cookies that break the automation if I try to run it again. Because of this I would like to delete the cookies before the automation starts. I do not have access to the domain that actually creates the cookies. Is this possible? I know how to manipulate cookies, but all of that logic fails when you try to access cookies from a different website.

Additionally, I do not want to create a WebBrowser control if I can avoid it. I am trying to do everything with httpWebRequests so that it looks nicer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T13:45:40+00:00Added an answer on June 3, 2026 at 1:45 pm

    If your test environment is running on a Windows system (and it sounds like it is) you can use pInvoke to manipulate the cache. The following four methods are needed. Unfortunately the code is owned by the company I work for, not me, so I can’t paste it all here. It involves iterating over entries in the cache using “FindFirstUrlCacheEntry” and “FindNextUrlCacheEntry”. Check the cache entry to see if it is a cookie and if it belongs to the domain you’re interested in, if it is you can delete it.

    [DllImport (@"wininet", SetLastError = true, CharSet = CharSet.Auto)]
    private static extern IntPtr FindFirstUrlCacheEntry ([MarshalAs (UnmanagedType.LPTStr)] string searchPattern, IntPtr ptrCacheEntryInfo, ref int cacheEntryInfoSize);
    
    [DllImport (@"wininet", SetLastError = true, CharSet = CharSet.Auto, CallingConvention = CallingConvention.StdCall)]
    private static extern bool FindNextUrlCacheEntry (IntPtr ptrCacheHandler, IntPtr ptrCacheEntryInfo, ref int cacheEntryInfoSize);
    
    [DllImport (@"wininet", SetLastError = true, CallingConvention = CallingConvention.StdCall)]
    private static extern bool FindCloseUrlCache (IntPtr ptrCacheEntryInfo);
    
    [DllImport ("wininet.dll", SetLastError = true, CharSet = CharSet.Auto, CallingConvention = CallingConvention.StdCall)]
    private static extern bool DeleteUrlCacheEntry (IntPtr lpszUrlName);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working with web services that return objects such as a list of
I am working on web application that will use PHP & MySQL. Application will
Using Visual Studio 2008 and VB.Net: I have a working web app that uses
I am working on Web Application that uses Google map. I need to verify
My web project was working perfectly, it includes: spring3 and hibernate3 . After renaming
My web project was working perfectly, it includes: spring3 and hibernate3 . After renaming
We are working on automation various different web/client applications, using several different frameworks (WatiN,
I'm currently working with an automation framework that is pulling a webpage down for
When working with web-designers in a Spring-MVC and JSP environment, are there any tools
We've been working on web application where in we need to implement traditional web-apps

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.