Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

possible to consume RTC cookies? what info stored?

Hello,

a customer would like to develop a web application that communicates with RTC (updates information), using OSLC calls. When redirecting in the browser from RTC to the second application we would like to catch context information from current operation in RTC (i.e., current WI open), and trying to do so without extending RTC.

Is there any information in the RTC cookies that could be used for that purpose? What kind of info is stored in that cookies?

Thanks in advance for your help.

Regards,

Jorge.

0 votes



2 answers

Permanent link
I don't think there will be much useful data in the cookies - they're used mostly for just authentication and session tracking. We try to keep them to a minimum because they are costly (sent for every request).

Some ideas..

- Tack on a URL parameter on the links so that the information is contained in the URL.
- Check the HTTP Referrer header of the initial GET request, which I believe most modern browsers send. It contains the URL of the page that linked to the one you're requesting.
- Create backlinks from the other app to the RTC artifacts?

0 votes


Permanent link
Thanks a lot for the information and the tips Curtis.

We'll study these options in detail but at first glance I see easier:

- We can try to build a default value script for an attribute to build this url
- Check the referrer header as you mentioned.

Thanks!

Regards,

Jorge.

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,938

Question asked: Apr 27 '11, 3:53 a.m.

Question was seen: 5,034 times

Last updated: Apr 27 '11, 3:53 a.m.

Confirmation Cancel Confirm