tommytx Posted March 25, 2013 Posted March 25, 2013 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
ileandros Posted March 25, 2013 Posted March 25, 2013 Check for IpTool on example scripts. I think I have added clear cookies function but I'm not sure i updated it I feel nothing.It feels great.
tommytx Posted March 26, 2013 Author Posted March 26, 2013 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()
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now