The AutoSessionName applies to the SessionName property of a TSession. The Name of each TSession instance in each WebModule instance will be the same. The BDE apparently requires unique SessionName properties for all TSession instances.

A TOracleSession does not have a SessionName property, and does not require an AutoSessionName property. Multiple TOracleSession instances will never interfere with each other, regardless of their Name. Therefore you should not run into any kind of problem with TOracleSession instances in WebModules.

------------------
Marco Kalter
Allround Automations


Marco Kalter
Allround Automations