Jump to content

Recommended Posts

Posted

Is there a programming code in autoit that will allow me to command cookies clear for one or all cookies at will... when using the program I would like to clear my cookies periodically while my autoit script is running... Thanks

Posted

I wasn't aware that a DNS flush would clear the cookies... is that true.. is that both IE and FF cookies... wow! that is a new one on me... but if that is true I will try it... so is it true?

Case $DNSflush

$mb[2] = MsgBox(4,"WARNING","You are about to delete your apr cache. Do you want to continue?")

If $mb[2] = 6 Then

Flush()

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...