cognosGeorge
Programmer
We have a home-built application which maintains contract information. From this applicaiton, an authenticated user can click view_contract_report to view a particular contract's report. This report is created by Cognos ReportNet. To make it workable with security turned on, we passed the following security information &CAMUsername=username&CAMPassword=password&h_CAM_action=logonAs
as part of the HTTP request.
The scenario is, when the user logged off from our application and the second user logged on to the application by using same browser, Cognos Reportnet treats this user as authenticated. If we append the above security information with different userName and password into the next HTTP request, reportNet will throw exception:
CAM-AAA-0136
The user is already authenticated in the namespace 'ldap'!
Can I passing some parameter to ask ReportNet to re-authenticate the user with same browser session?
Any help will be greatly appreciated.
George
as part of the HTTP request.
The scenario is, when the user logged off from our application and the second user logged on to the application by using same browser, Cognos Reportnet treats this user as authenticated. If we append the above security information with different userName and password into the next HTTP request, reportNet will throw exception:
CAM-AAA-0136
The user is already authenticated in the namespace 'ldap'!
Can I passing some parameter to ask ReportNet to re-authenticate the user with same browser session?
Any help will be greatly appreciated.
George