snowplow / snowplow-java-tracker

Snowplow event tracker for Java. Add analytics to your Java desktop and server apps, servlets and games. (See also: snowplow-android-tracker)
http://snowplowanalytics.com
Apache License 2.0
23 stars 36 forks source link

Add support for storing cookies in OkHttpClientAdapter #336

Closed mscwilson closed 2 years ago

mscwilson commented 2 years ago

See similar issues in the Android tracker and C++ trackers.

This will allow the network_userid to persist across requests and be added to subsequent events.