Click to See Complete Forum and Search --> : Info about Web site visitors.
bona
Oct 9th, 2002, 05:15 AM
I want to keep information about Web site visitors. What except of the IP address can I find about them: is it possible to catch a computer name (like in VB6 use API function "GetComputerName"), or any other info?
Cander
Oct 9th, 2002, 08:20 AM
you can get browser information but that is about it. Internet is anonymous by nature.
Musician
Oct 9th, 2002, 03:57 PM
Yes the browser capabilities object can tell you what browser they are using and what platform they are on but it can be vague. for example the platform will return winnt for windows xp etc.
bona
Oct 9th, 2002, 04:10 PM
Thanks, guys. How about an Intranet? The site will be located at the company Intranet, the users will be logged to a site. But that login will be only tested from the SQL server table for a valid username/password combination, so it is possible that someone who knows a correct username/password can gain access to the site. My aim is to find from which computer the login has been made.
Musician
Oct 9th, 2002, 05:47 PM
Your intranet should be part of your company's domain which would mean that all PC IP numbers would start with similiar numbers, so you could check that.
As an intranet though how would anyone else access it? An intranet by design has no link to the outside world normally.
Cander
Oct 9th, 2002, 06:28 PM
On an intranet, you could use something like Active Directory.
bona
Oct 9th, 2002, 11:27 PM
As an intranet though how would anyone else access it? An intranet by design has no link to the outside world normally.
I mean that this site contains data which allows to access only by the certain number of employees. So keeping track of the visitors is just additional measure to be sure that at least only specified computers accessed the site.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.