• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

How to access BREEZESESSION in pod

Guest
Apr 25, 2017 Apr 25, 2017

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

Views

281

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

This is discussed here: Manage login sessions of users using APIs 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Apr 26, 2017 Apr 26, 2017

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Apr 27, 2017 Apr 27, 2017

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines