Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 11g Cookies

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.
0