Is there any way to get the user's name?
I know that time ago, I visited a page that displayed ALL the info about me, what IE version, and even my user name (Administrator) and if I had a password or not (obviously not the password if I had one).
Is there any way to get it in php?
Since it's not possible to get the MAC addy, IPs do change, most users connect thru a proxy and most people "clean" their cookies every few days... I want to get all the information possible from the user so I can know when the user is back, or at least approximately by taking a look at my database.
Besides that, using cookies, is there any way to store in a cookie a UNIQUE value that I can read when the user is back??? I .E. a combination of timestamp and that -possible to get- windows user name, or timestamp and IP. (its very unlikely to have someone reading the same page, when setting the cookie, at the same time so they have the same timestamp and they have also the same proxy IP). Anyway I think that even with the timestamp it would be enough, i think its accurate enough and almost impossible to have two users at the same time getting the cookie set.
WEll sorry, for this newbie fuss.