![]() |
|
Intraweb 15 missing AllowMultipleSessionsPerUser - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (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: Intraweb 15 missing AllowMultipleSessionsPerUser (/thread-3069.html) |
Intraweb 15 missing AllowMultipleSessionsPerUser - valmeras - 03-15-2023 I am using Rad Studio 10.2.3 (C++ Builder) I was using Intraweb 14.2.7 Ultimate version. I have the key for this one. Today I uninstalled Intraweb 14 and Installed 15.2.69, evaluation version, to test some features. And unfortunately I noticed that the AllowMultipleSessionsPerUser is missing in the server controller options. Is that normal? RE: Intraweb 15 missing AllowMultipleSessionsPerUser - PierFran - 03-17-2023 (03-15-2023, 07:58 PM)valmeras Wrote: I am using Rad Studio 10.2.3 (C++ Builder) HI, The property name has changed. You can now allow multiple sessions in SessionsOptions.UniqueURL You can also refer to https://docs.atozed.com/docs.dll/classes/TIWSessionOptions.html RE: Intraweb 15 missing AllowMultipleSessionsPerUser - valmeras - 03-18-2023 (03-17-2023, 12:47 PM)PierFran Wrote:(03-15-2023, 07:58 PM)valmeras Wrote: I am using Rad Studio 10.2.3 (C++ Builder) This is what I was looking for Thanks |