Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OBIEE 11g Cookies

Received Response
1
Views
1
Comments
User13468339-Oracle
User13468339-Oracle Rank 1 - Community Starter

Hi Experts, Can anybody tell me when the JSESSIONID is getting generated in OBIEE?. There is one requirement where are trying to call analytics URL from the other java applications and when we call this URL I dont see any cookie getting generated because we need to use the generated cookie again in our application and wants to perform some other actions. Any inputs on this will be of great help. Example: I am trying to call http://serverName:9704/analytics/saw.dll?Dashboard&SharedPath=/shared/Dashboard/_portal/Test Thanks Chetan

Answers

  • Hi,

    Just having a quick look at my cookies it seems that JSESSIONID is set when entering a url like /analytics and the browser redirect me to /analytics/saw.dll?bieehome (or any link like that).

    But as long as there is no redirection (so clicking around inside the tool etc.) doesn't create it.

    Do you really need that one? Because the real OBIEE session ID cookie is named ORA_BIPS_NQID, without this one your session isn't open and you are sent back to the login page.