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