getSessionToken not working

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 10:39 PM
gs.getSession().getSessionToken()
is not working. It returns undefined. It has been working before.
Applies to both Madrid and Orlando. (have not tested on New York yet)
Labels:
- Labels:
-
Multiple Versions
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 10:51 PM
try to execute it on scoped application.
it will return token id.
var session = gs.getSession();
var token = session.getSessionToken();
gs.info(token);

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 11:03 PM
Have tried it does not work.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2020 11:08 PM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2021 05:48 AM
Hello!
Thanks, indeed it's only available in a scoped application, any clue about a global equivalent?