Baljit Sethi wrote:
> What I want to do is limit client logons to one logon per username ie 
> while a client has a session open, he/she cannot logon to the website 
> from another terminal.

The simplest thing to do is create a new session for the user each time 
he logs in and invalidate any old sessions this user may have.  This 
assumes you are talking about actual logins, not just sessions for 
anonymous browsers.

- Perrin

Reply via email to