snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Add support for storing cookies in HTTP clients #78

Closed matus-tomlein closed 2 years ago

matus-tomlein commented 2 years ago

Implement cookie support into HTTP clients for Windows, macOS and the CURL client. Maintaining cookies will enable persisting the network_userid across requests.