JS tracker No event queue if cookie storage set explicitly

in JS tracker, when explicitly setting stateStorageStrategy to cookie, local storage for event queue is disabled, is it normal or its a bug?

Yes - if stateStorageStrategy is set to cookie this is the expected behaviour.

The cookie value will store the id and session data in cookies. However, outgoing events won’t be buffered in local storage.

1 Like