Station ID - more than IP
Posted
by bensiu
on Stack Overflow
See other posts from Stack Overflow
or by bensiu
Published on 2010-06-16T04:03:47Z
Indexed on
2010/06/16
4:12 UTC
Read the original article
Hit count: 257
php
|JavaScript
Hello
I am working on internal PHP application where users login only from our network (we are on dedicated IP and application is checking $_SERVER['REMOTE_ADDR'] and if is match our IP go thru if not - Bye
However how I can identify from which station user is login ? Using cookie not gonna work - those are windows station working under control MS StedyState and all cookies are deleted every login I don't need nothing fancy like full MAC address just any unique ID (can not be application username - because users use different stations)
Any ideas ? Maybe Javascript is able to grab some Unique detail from station's browser (IE 8) and pass this as hidden input?
bensiu
© Stack Overflow or respective owner