1 |
Copy link to clipboard
Copied
Hi,
I need to access the BREEZESESSION value in my pod. Is there any way to do that? If not is there a way to pass it in?
Thanks,
Rick
Copy link to clipboard
Copied
This is discussed here: Manage login sessions of users using APIs
Copy link to clipboard
Copied
Thanks for responding flyingj481.
I read over that document -- it explains how to log in -- but when my pod is instantiated the user is already logged in. So there is already an existing BREEZESESSION, but I don't know how to access it from the pod.
Cheers,
Rick
Copy link to clipboard
Copied
Rick,
Yes, once a user is logged in you can make the call:
http:
//example.com/api/xml?action=common-info
The BREEZSESSION cookie will also be in the HTTP header if you pod can see that information.
Log in with cookie management (recommended)
Jorma