09-29-2020, 03:12 PM
Hello!
I'm a new IntraWeb user so maybe I'm asking a stupid question...
I'm using IntraWeb 15.2.17 with Delphi 10.4.1 building a stand-alone exe.
The problem I have is with sessions when they end by timeout. I then want the session to restart, this works OK, BUT I loose the initial StartParams.
I send startparams as this when i connect to the IntraWeb server: http://127.0.0.1/$/Start?KLINIKID=/p...QIVxRSeruQ==
KLINIKID=/pbZUQZS2dPdQIVxRSeruQ== is crutial for the session, but when it restarts I loose it.
I get KLINIKID=/pbZUQZS2dPdQIVxRSeruQ== to the session from IWServerController.OnParseParameter from the AParam parameter.
I have IWServerController.ShowStartParams = True.
Thanks for a GREAT product!
Best regards
/Roger
I'm a new IntraWeb user so maybe I'm asking a stupid question...
I'm using IntraWeb 15.2.17 with Delphi 10.4.1 building a stand-alone exe.
The problem I have is with sessions when they end by timeout. I then want the session to restart, this works OK, BUT I loose the initial StartParams.
I send startparams as this when i connect to the IntraWeb server: http://127.0.0.1/$/Start?KLINIKID=/p...QIVxRSeruQ==
KLINIKID=/pbZUQZS2dPdQIVxRSeruQ== is crutial for the session, but when it restarts I loose it.
I get KLINIKID=/pbZUQZS2dPdQIVxRSeruQ== to the session from IWServerController.OnParseParameter from the AParam parameter.
I have IWServerController.ShowStartParams = True.
Thanks for a GREAT product!
Best regards
/Roger