Atozed Forums
Original StartParams to Restarted Session - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Original StartParams to Restarted Session (/thread-2015.html)



Original StartParams to Restarted Session - rogfitz - 09-29-2020

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=/pbZUQZS2dPdQIVxRSeruQ==

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


RE: Original StartParams to Restarted Session - Alexandre Machado - 10-02-2020

Hi Roger,

yes this is a recurrent request and it has been partially implemented previously. We are working to have a better support for it in the next release.

Please stay tuned


RE: Original StartParams to Restarted Session - martin.andersen@amesto.dk - 10-22-2020

I want this too!  Cool


RE: Original StartParams to Restarted Session - Alexandre Machado - 10-26-2020

This feature was introduced some time ago and it needed to be sidelined due to a major refactoring we did in version 15.1 (the way the session list works now was not 100% compatible with the original solution).

We now refactored the expired session control and a new update will bring it back in an improved version.

The next IntraWeb release will contain this update. Stay tuned!