You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add helper to parse Session ID from different GA versions (#108)
* add parseSessionCookie helper method
This helper parses the `_GA_{ga_id}` session cookie (both GS1 & GS2 formats) into an associative array of data.
* add tests for praseing session cookies