[TIMOB-23977] Windows: Invalid value returned for Ti.App.getSessiondId
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2016-10-21T00:00:28.000+0000 |
| Affected Version/s | Release 6.0.0, Release 5.5.1 |
| Fix Version/s | Release 6.1.0 |
| Components | Windows |
| Labels | qe-6.0.0 |
| Reporter | Ewan Harris |
| Assignee | Kota Iguchi |
| Created | 2016-10-03T15:59:40.000+0000 |
| Updated | 2016-12-23T00:38:25.000+0000 |
Description
Description
Calling Ti.App.getSessionId() or Ti.App.sessionId returns __SESSION_ID__, on Android it returns a UDID like 2e348c7f-d254-4861-9a90-d8c61df26a5a
Steps to reproduce
Add console.log(Ti.App.getSessionId()) to an existing app.js
Build for Windows
Actual result
Check logs, __SESSION_ID__ is logged
Expected result
The current session id should be logged
Comments
JSON Source
Verified fixed,
console.log(Ti.App.getSessionId())now shows a sessions ID. *Environment*Closing ticket.