I am using “RemObjects SDK for Delphi 10.0.0.1585” and Delphi 12.2 + (ROHttpApiDispatcher, ROHttpApiSimpleAuthenticationManager, ROInMemorySessionManager)
I have a weird (and specific) issue when calling the method resposinsible for “CreateSession;” multiple times in parallel (Login) - sessions are lost. Meaning that if I call “.GetAllSessions” sessions will be missing from that list returned.
Everything runs/works nicely if I run it sequentially…
The same server compiled as Windows application does not have this issue with concurrency.
Are there special consideration with ISAPI and session management that I need to factor in?