Disferente
Programmer
I have made a simple webserver using winsock and have a page where you enter your username and password. I successfully capture the login details when sent. The problem I have is, how do I if it is the same person that continues to browse, appart from the remotehostip?
On one of my computers I recieve a string like
Cookie: UAID=<unique string>
but only when connecting using the address if I could always get that string then I could use it.
Is there any way to cause the webbrowser to always send that or is there any other good way to get an unique identifier from the client?
On one of my computers I recieve a string like
Cookie: UAID=<unique string>
but only when connecting using the address if I could always get that string then I could use it.
Is there any way to cause the webbrowser to always send that or is there any other good way to get an unique identifier from the client?