I have a DataSnap Server with DSServerClass.LifeCycle=Session (exposes a descent class of TDSServerModule).
When the client connects the TDSServerModule, is created and remains in memory as long as session was, - this made a datasnap connection (tunneling) - thats ok.
When connect by a Android (Mobile connected), and the TDSServerModule is created/destroyed by call (instance).. This makes a REST connection...
I have a small demo with this.
Any idea to resolve this problem...
Thanks in advance, Pedro Lopes