Quote:
Originally Posted by Zester
good advice.
anyway i'm checking it by trying to plant a cookie via javascript with document.cookie
it's safe to say they don't have cookies enabled if I can't plant a cookie that way , right ?
|
Some people may choose to have cookies disabled, either through browser settings or a third party security application.
If your trade script can't set a cookie then it's unlikely that your extra javascript will (many trade scripts actually use js to set the cookie)
I suggested using js because it's less likely that bots, site suckers etc will parse and execute the script, so if you do a js redirect they are more likely to be human. Note I say "more likely" - not absolutely.
