|
<< Click to Display Table of Contents >> Navigation: Telegram > 2022 > 04 > 06 > Telegram_2022-04-06T16 |
2022-04-06T16:46:24
Hi Wilfredo.
I suggest that you start logging the IP address of the sessions. See if it works for you.
If this is an occasional thing, you can use this IW feature to log the sessions:
type: link https://www.atozed.com/2014/01/20140604a-en/
2022-04-06T16:51:26
Thanks Alexandre. I'm already reviewing that option.
How can I send 2 parameters to a web made with IW Delphi? The osario opens my page, but it sends 2 values ??as parameters.
Can you guide me on this issue.
2022-04-06T16:55:07
you can always send parameters in the URL like:
type: link https://yourapp.com/?Param1=Value1&Param2=Value2
You can retrieve Param1 and Param2 values using WebApplication.RunParams property
2022-04-06T16:56:32
Ok. Thanks very much.