Prevent Login Twice
443330Oct 26 2007 — edited Oct 29 2007All,
I'm tryinig to think of a way to prevent a person from logging into an application more than once at the same time. IE, the user logs into and application, then turns around to a different computer and attempts to login there. I wish to prevent that second login. At the moment, I can't think of a way to prevent that since each session gets a new session id.
Any thoughts are appreciated!