Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Session open even close browser
#1
Hi,
I have an app developped in Delphi 10.2 with IW 15.1, and installed as a service (Mode SA). Sometimes I found this behaviour:
- User starts application (http:my_server:34567/$/start) and perform some actions. The controls can show depends on actions.
Then, user:
a) Start another browser without closing the first one. User can see same form than in the same, with some diferencies.; or
b) User closes browser and start it again, or open a different browser. User can see last form, instead the first one.

Is there any way to force the browser to go to the first form, initial status?

Best regards,

        Venancio Lasquibar
Reply
#2
(07-29-2019, 06:52 PM)v.lasquibar@telefonica.net Wrote: Hi,
I have an app developped in Delphi 10.2 with IW 15.1, and installed as a service (Mode SA). Sometimes I found this behaviour:
- User starts application (http:my_server:34567/$/start) and perform some actions. The controls can show depends on actions.
Then, user:
a) Start another browser without closing the first one. User can see same form than in the same, with some diferencies.; or
b) User closes browser and start it again, or open a different browser. User can see last form, instead the first one.

Is there any way to force the browser to go to the first form, initial status?

Best regards,

        Venancio Lasquibar

Howdy Venancio,

If I am understanding what you want, try setting the AllowMultipleSessions property in your ServerController object to True.

All the best,

Shane
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)