> I need to check session object. to do that I save Sender of
> TWSocketClient. But how exclusive is this ?> Is it possible same address
> is returned if many connect / disconnect happens ?

Yes. each new connection has a new component created. It can be created at
the same address as a component delete before.

> procedure MyFormSessionConnected(Sender: TObject; Error: Word)
> begin
>      Save(integer(Sender));
> end;
>
> Is Sender exclusive if manyu client connect / disconnect ?

For simultaneous connections, it is "exclusive" as you said.
To have something unique, just increment a counter.
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to