Focal Point
Re-creatring Dashboard Logoff on a Web Pgae Link

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9051066012

January 31, 2007, 12:56 PM
rjc46
Re-creatring Dashboard Logoff on a Web Pgae Link
I want to be able to Logoff Dashboard from a link on an HTML page
instead of having the Logoff on the banner.

First run of the Dashboard.

When I do view source running the above Dashboard on the banner
I see the commands below.
Logoff

Every time I run the Dashboard and view the source on the banner I see a different value for
&IBIMR_random.

Second run of the Dashboard.


Logoff


Do I have to somehow capturethe &IBIMR_random number generated after the Login to Dashboard
and then use the same &IBIMR_random number on my Web Page Logoff link or can I generate any Random
number to use on the Web Page Logoff link?


WebFocus 7.6.2, 7.6.1 Unix Windows Outputs-Excel,Pdf,comma,Wp,Olap,
etc.
January 31, 2007, 02:07 PM
Francis Mariani
You can generate any random number. It's added to the URL to ensure it's unique and not already in the web browser cache. I would say, that for this particular purpose
http://server_name/ibi_apps/Controller?WORP_REQUEST_TYPE=WORP_LOGOFF&IBIMR_random=-3880517025237672125&
you probably don't even need to code it.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
January 31, 2007, 04:30 PM
rjc46
Thanks Francis
Your still the tops
By for now Roger


WebFocus 7.6.2, 7.6.1 Unix Windows Outputs-Excel,Pdf,comma,Wp,Olap,
etc.
January 31, 2007, 04:40 PM
Francis Mariani
Hey, are you the famous Roger, finally crawling out of the woodworks?


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server