09-09-2022, 02:58 PM
Hi,
I have 2 sites with intraweb ... I want to exchange some variables between the due ones...
I currently use from site 1 sending the variables through (esamples)
Webapplication.TerminateAndRedirect('https://www.site1.com?MyVar1=123&myvar2=ABC', False)
In site 2 I receive the variables with
HTTPDecode(WebApplication.RunParams.Values['MyVar1'])
I need to hide this data from the end user (in browser).
I use IntraWeb 15.
how can I do ?
thanks
Alessandro Romano
I have 2 sites with intraweb ... I want to exchange some variables between the due ones...
I currently use from site 1 sending the variables through (esamples)
Webapplication.TerminateAndRedirect('https://www.site1.com?MyVar1=123&myvar2=ABC', False)
In site 2 I receive the variables with
HTTPDecode(WebApplication.RunParams.Values['MyVar1'])
I need to hide this data from the end user (in browser).
I use IntraWeb 15.
how can I do ?
thanks
Alessandro Romano