As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I'm looking for a way to pass the &IBIC_user cookie value to a maintain application as an input parameter. Using self serve WF applications as a starting point.
WF 7.1.4
K Mann WF 7.1.4 Win
Posts: 25 | Location: NY | Registered: October 16, 2003
This is due to a caching issue that can be fixed in two ways. The first is to add a time stamp to the HTML code: var today = new Date(); and then add: + today.getTime(); to the end of your HTML.
Another way is to set “EXPIRE_REPORTS=1” in CGIVARS.WFS.
Mark Derwin
Posts: 663 | Location: New York | Registered: May 08, 2003
Thanks, that solved a part of my problem. I'm back at the launch page, start the maintain app again, maintain window opens at the last session. Have to refresh the page using browser refresh to get the maintain app to load with fresh data. I've closed and re-opened the browser, same effect. Is this a WF Server/Client issue where it is not releasing the maintain session?
Using IE 6.0 WF on win 2000
K Mann WF 7.1.4 Win
Posts: 25 | Location: NY | Registered: October 16, 2003
How are you exiting the Maintain application? Do you have an Exit button with either Self.WinExit() or Goto Exit, or are you just click on the X? It is always good to exit out of a Maintain application. Running the Maintain application with the Time Stamp should stop all caching. Make sure you are seeing the time stamp in the URL.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003
In order to get around caching issues when we perform the Maintain procedure, we include a timestamp or random number. This ensures that the page is always displayed refreshed. Instead of using a URL, use the following code to launch the application: