1

I came across a new cookie while retrieving response from HttpURLConnection name ORA_BIPS_NQID. What does this cookie refer to in a web application ?

How would I get the value of the cookie from my connection object?

Phiter
  • 14,570
  • 14
  • 50
  • 84
  • According to [this](https://community.oracle.com/thread/2446090?tstart=0) Oracle community thread, the *ORA_BIPS_NQID* refers to the OBIEE 11g presentation service configuration. In order to retrieve the cookies from your connection object, take a look at [this](http://www.hccp.org/java-net-cookie-how-to.html) documentation and at [this](http://stackoverflow.com/a/16171708/1346996) SO answer. – António Ribeiro Feb 22 '16 at 11:27
  • The link for the retrieving cookie is for getting the responses header . I tried but, I don't find any cookie with the 'ORA_BIPS_NQID' cookie name . – Priyambada Madala Feb 23 '16 at 09:54

0 Answers0