Skip to main content
April 26, 2017
Question

How to access BREEZESESSION in pod

  • April 26, 2017
  • 1 reply
  • 317 views

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

This topic has been closed for replies.

1 reply

Jorma_at_Knox
Legend
April 26, 2017
April 26, 2017

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

Jorma_at_Knox
Legend
April 27, 2017

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)

  • Parse the response for a status code of ok.If the login is successful, the server returns the BREEZESESSION cookie in the response header:

    1
    Set-Cookie: BREEZESESSION=breezbryf9ur23mbokzs8;domain=.macromedia.com;path=/

Jorma