Gets all the current session variables via an HTTP interface
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
18-06-18 08:11 PM
Hello everyone,
I would need to get the session variables via an http interface knowing the sessionID.
Looking in the guide I found the command that does just what I need: "vars".
The only information that the documentation provides, however, is as follows: "Gets all the current session variables and their values for the given session ID".
What I would like to know is how the url must be formatted to make the call correctly, since I can't understand how to make it.
thanks in advance,
Sebastian
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-18 03:26 PM
I would expect it to be something like http://PC123456:8181/vars%200d630678-78a3-4795-beb5-4cb74f779085
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-18 04:10 PM
Hi John,
thank you for your quick reply.
I had tried to format the connection string as you showed me but the response obtained is ""user not set"", so I suppose that some form of authentication is also required that however I can not insert correctly within the call.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-06-18 09:24 PM
Try 3 separate calls - /user%20svanello, /password%20secret and /vars%20etc
