Paul Shearing
|
| Posted: 02/05/2006, 10:57 AM |
|
I am about to embark on production of an ASP page that will ennumerate and display all of the ASP-y-type stuff such as location ID (LCID), browser type, user's IP address, session timeout and ID etc.
Has anybody done such a page that I can utilise?
If not, I'll do it and post it onto the programming tips forum.
FYI, I need this in order to detect who is currently logged-on and (in the context of a commercial subscription web database) restrict those who can log in, based on previous use of IP addresses and so on. Essentially I am aiming to stop a company from taking out one subscription and then having all branches of that company using the one ID to access the database. Multiple sites = multiple licences = multiple $'s squire.
Thanks in advance.
Paul
|
|
|
 |
TheunisP
Posts: 342
|
| Posted: 02/05/2006, 12:57 PM |
|
I (and a lot of other people) use www.planetsourcecode.com - a community driven code snippet site - great resource - have numerous examples of what you need there
|
 |
 |
Paul Shearing
|
| Posted: 02/08/2006, 3:06 AM |
|
Thanks. Interesting site! I found what I needed.
Paul
|
|
|
 |
|