J
John_Woo
Hi,
A swing UI communicates with server via TCP/IP, socket, and the server
supports up to
1 million UI.
I'm wondering, what's the simple way to prevent same userID login twice
or more at the
same time? I know Kerberos is good, but too complicated (this app is
not using any j2ee package or 3rd package).
A swing UI communicates with server via TCP/IP, socket, and the server
supports up to
1 million UI.
I'm wondering, what's the simple way to prevent same userID login twice
or more at the
same time? I know Kerberos is good, but too complicated (this app is
not using any j2ee package or 3rd package).