Downloads
Product availability Matrix (PAM)Downloads of this patch are available from the
Rocket Customer Support Portal.
Further explanation can be found
here.
Fixes
UNI-33194 |
Using USESSION in URL querystring of USP to pass sessionid no longer works. |
UNI-33194 - Using USESSION in URL querystring of USP to pass sessionid no longer works.
Solution available in patch(es): 10.4.02-058
Description:
USP can use the URL querystring to pass SESSIONID across roundtrips in case session cookies is false.
After the initial request, a sessionid is generated that can then be used in the URL query string by adding parameter USESSION=sessionid.
However, starting from version 10.4.02, Uniface no longer recognizes the SESSIONID provided in the URL query string via the USESSION parameter. Instead, it generates a new SESSIONID and incorporates it into the $webinfo("WEBSERVERCONTEXT").
Environment:
+Uniface Version : 10.4.02
+Operating System : OS Independent
+Database : DBMS independent
+Browsers : Browser independent
Workaround:
Use usyshttp.svc and usyshttp.sig from uniface 10.3.03.
Notes:
This problem is solved.
Uniface will pick up the sessionid provided by URL querystring in parameter USESSION and add it to the $webinfo("WEBSERVERCONTEXT").