02-11-2020, 10:04 AM
(This post was last modified: 02-11-2020, 12:10 PM by Alexandre Machado.)
Regarding "oh the documentation doesn't say that"
http://docs.atozed.com/docs.dll/developm...ation.html
Extracted from there:
There are several other documents that mention that global vars should NEVER EVER used in any multithreaded application, not only IntraWeb.
http://docs.atozed.com/docs.dll/developm...ation.html
Extracted from there:
Quote:Notes:
To store session related variables, create members of the TUserSession class.
Do not work with variables declared in the var section, as these are global to all threads and won't reflect session data properly.
There are several other documents that mention that global vars should NEVER EVER used in any multithreaded application, not only IntraWeb.

