Machine restricted login access
Posted
by Sunil Shenoy
on Stack Overflow
See other posts from Stack Overflow
or by Sunil Shenoy
Published on 2010-04-05T05:27:05Z
Indexed on
2010/04/05
5:33 UTC
Read the original article
Hit count: 367
I am working on a project that has a requirement such that login details can only be accessed from one machine at one time.
For example, if I grant you access to my website and you login from your home machine, the system will store this settings in a cookie/database. Now if you try the same login details on your work machine or any other machine, the system will not let you log into the system. The login will now only work from home machine.
Any suggestions on how to achieve this would be helpful. Any resources you can point me towards would also be appreciated.
© Stack Overflow or respective owner