projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 256 forks source link

Implement context tracking with the beacon API #3145

Closed jcoyne closed 7 months ago

jcoyne commented 7 months ago

This means less code to deal with ourselves. This API has good support in all modern browsers https://caniuse.com/beacon

Fixes #3144

jcoyne commented 7 months ago

While the beacon works, the next page load occurs at the same time, so the tracking URL is not in the same session cookie as the item page draw request.