Atozed Forums
Session open even close browser - 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: Session open even close browser (/thread-1157.html)



Session open even close browser - v.lasquibar@telefonica.net - 07-29-2019

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


RE: Session open even close browser - ShaneStump - 07-29-2019

(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