user should not logged in more than one using diffferent machins on website

  • Thread starter Thread starter _thedebugger
  • Start date Start date
T

_thedebugger

Dear friends,
I am developing one shopping cart application. My requirement is if user
logged in one machine, he should not logged into from another db.

how should I do that. I am using sql server 2000 to store user database.

Problem is if user clsoes the browser then how can I check and clear the
session?

wiating for your reply

Regards
Sachin krogaonkar
 
Added to that, you can always check the current session id is present in
the database against the user who is trying to login, if it is not there
you can allow him to logon otherwise, the user is logged in regardless
of same machine or different machine.

Thanks,
 
Back
Top