does LabKey expose sessionId anywhere visible?

LabKey Support Forum (Inactive)
does LabKey expose sessionId anywhere visible? Ben Bimber  2013-05-01 15:52
Status: Closed
 
Does anybody know if LK shows the sessionID to a user anywhere in the UI? I didnt see this on the admin console, or similar pages. It's available as LABKEY.user.sessionId if you want to open the JS console. I have a couple developers who will be needing that to test SSRS, and I hoped there would be a quick, graphical way to get it. If not, I'll rig something up. Thanks.
 
 
adam responded:  2013-05-02 07:43
I don't think so... we tend to keep this hidden away, since it's effectively a security token. We do push it into R report code so the R API can authenticate back to the server, so that area might provide good sample code.

Adam
 
Ben Bimber responded:  2013-05-02 08:04
that's true. i'll just make a wiki that shows it until we dont need it anymore.