cURL seems to write/read cookies elsewhere.

tenx23

New Member
Messages
25
Reaction score
0
Points
0
Hello,

I'm working on a project on my WAMPServer on my PC, but cURL seems to be writing and reading it's cookies elsewhere then specified.

The cookie file/jar is cookie.txt, but that is a 0-byte file but cURL still has cookies attached to it.

Any ideas on where I can clear my cookies?
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
That's not enough information. Are you asking about the command-line cURL, or the PHP extension? If the former, how are you running curl (i.e. what are the command line arguments)? If the latter, provide complete & concise sample code. As much as possible, provide a way to reproduce the problem on another system.
 
Top