Hy,
Your ISAPI-dll starts an new thread for each reques, the server gets. If two different threads are using the same query-instance, thread2 overwrites information requested by thread1.
The easiest way to solve this is to use one instance of TOracleSession, wich is created in the...