Hi,
On Nov 9, 2008, at 1:05 PM, eggenheimer wrote:
Does anyone know of some way to limit concurrent use of a user
account? I
need to prevent the same user account being used by more than one
person at
the same time.
How would you want to do that? I'm asking since HTTP is stateless. You
could check the IP address maybe (assuming the concurrent uses are not
done on the same machine).
I guess you could use a Servlet Session listener for example.
Thanks
-Vincent