Atozed Forums
Why TIWServerController.IWServerControllerBaseNewSession called more than once - 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: Why TIWServerController.IWServerControllerBaseNewSession called more than once (/thread-4388.html)



Why TIWServerController.IWServerControllerBaseNewSession called more than once - Ben252 - 08-03-2024

Hello everybody,


I use IW 15.2.69 with delphi 11

In debug mode 

I'm wondering why TIWServerController.IWServerControllerBaseNewSession is called more than once within the same session.

So,

ASession.Data := TIWUserSession.Create(nil, ASession) is called more than once.

and thus

IWUserSessionBaseCreate is also called more than once.

App is working even like that but is it normal ?

Any idea why ?

Help would be appreciated,

Kind regards