You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@senssoft.apache.org by "Joshua Poore (JIRA)" <ji...@apache.org> on 2019/02/24 02:19:00 UTC

[jira] [Comment Edited] (SENSSOFT-328) Page Sessions in UserALE.js

    [ https://issues.apache.org/jira/browse/SENSSOFT-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16776093#comment-16776093 ] 

Joshua Poore edited comment on SENSSOFT-328 at 2/24/19 2:18 AM:
----------------------------------------------------------------

The webextension generates sessions by tabs–new session IDs are created when tabs are opened and closed. That means that different events collected from different pages in the same tab will have the same session id.

However, the same method used via script tag will change session id if the page is navigated away from and returned to (or reloaded) within the same tab.

So resolved for now, but should see if we need web ext to generate a page session id as well.


was (Author: poorejc@me.com):
The webextension generates sessions by tabs–new session IDs are created when tabs are opened and closed. That means that different events collected from different pages in the same tab will have the same session id.

However, the same method used via script tag will change session id if the page is navigated away from and returned to (reloads dont do it) within the same tab.

So resolved for now, but should see if we need web ext to generate a page session id as well.

> Page Sessions in UserALE.js
> ---------------------------
>
>                 Key: SENSSOFT-328
>                 URL: https://issues.apache.org/jira/browse/SENSSOFT-328
>             Project: SensSoft
>          Issue Type: New Feature
>          Components: UserALE.js
>    Affects Versions: UserALE.js 2.0.0
>            Reporter: Joshua Poore
>            Assignee: Rob Foley
>            Priority: Minor
>             Fix For: UserALE.js 2.0.0
>
>
> End Users want to capture page sessions. 
> A page session event class is out of scope for UserALE.js
> However, it should be trivial to build a PageSessionId, using the same methods we use to build a browser session id, store in SessionStorage, if there is no existing PageSessionId already stored in SessionStorage.
> Functionality would be added to PackageLogs UserALE.js src



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)