Hello,
I have an affiliate script which creates a cookie to track the user against referring affiliate.
However obviously this breaks with cookies disabled!
On another forum it was suggested that a session ID is created and put in the DB, to cross reference with later.
So can someone advise how you would do this in perl, how do you generate a key based on the users machine and cross reference it later?
If you can't 'write' anything to their machine not even cookies, how do you 'tag' the machine for identifying later?
IP is not good enough due to NAT, so is there a way of getting the MAC-ID of the NIC and storing with IP?
How do you get a unique ID for a users machine when they hit a website so you can then track them?
Regards,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!
I have an affiliate script which creates a cookie to track the user against referring affiliate.
However obviously this breaks with cookies disabled!
On another forum it was suggested that a session ID is created and put in the DB, to cross reference with later.
So can someone advise how you would do this in perl, how do you generate a key based on the users machine and cross reference it later?
If you can't 'write' anything to their machine not even cookies, how do you 'tag' the machine for identifying later?
IP is not good enough due to NAT, so is there a way of getting the MAC-ID of the NIC and storing with IP?
How do you get a unique ID for a users machine when they hit a website so you can then track them?
Regards,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!