[TIMOB-8948] MobileWeb: Analytic is not creating a new session id for new sessions
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-05-19T14:51:41.000+0000 |
| Affected Version/s | Release 2.0.1 |
| Fix Version/s | Release 2.1.0, Sprint 2012-10 MW |
| Components | MobileWeb |
| Labels | qe-mw020912, qe-port |
| Reporter | Natalie Huynh |
| Assignee | Chris Barber |
| Created | 2012-05-01T17:19:59.000+0000 |
| Updated | 2012-08-08T16:24:24.000+0000 |
Description
Steps to Reproduce:
1. Create a mobile web application
2. Run in browser
3. Tail the logs for analytics
4. Start the application
5. Refresh to reload the application
Actual:
The two start events has the same session id
Expected:
The two start events should have different session id
Note:
The sequence number for End is 0 instead of the last incremented number from the previous session
No comments