SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: user id
-
May 30, 2001, 05:52 #1
- Join Date
- Jun 2000
- Posts
- 47
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
user id
hello
building a login system for my website and i need to know how do i get the name of the computer the user is on? i have already figured out how to get the ipaddress but testing that on our network here if i login on one computer all others get logged on automatically so i need to be able to identify the particular computer so as to prevent this.
any help appreciated
Garrett
-
May 30, 2001, 06:26 #2
- Join Date
- Mar 2001
- Location
- Tampa, FL
- Posts
- 376
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I dont think you can get those types of details through PHP, only IP.
Thats at least what I know, and I checked the php.net manual on this, so I dont think its possible.
-
May 30, 2001, 11:59 #3
- Join Date
- May 2000
- Posts
- 150
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Use cookies (session id) to uniquely identify browsers. That would probably be the best method.
Bookmarks