Ran into this a while ago and need to make sure it's fixed before releasing this app.
Someone e-mailed another user the URL string from a page he was looking at. In that URL string was HIS CFID and CFTOKEN values. When the recipient of the e-mail clicked on the link in the message, the server assigned THOSE CFID and CFTOKEN values (from the first dude) to the second dude.
Here's what happens now. They both have identical CFID and CFTOKEN. When one logs in, he's fine. When the second guy logs in he gets the first guy's information. This is not good.
I have since set all ADDTOKEN attributes to NO in my CFLOCATION tags, which should prevent this from happening in the future, but before I release this app, I want to make sure there aren't more clients out there with the same ID and TOKEN values. Is there a way I can do this? Also, should I purge their CFID and CFTOKEN values on my logout page...just in case???
Thanks in advance, Kevin
slanek@ssd.fsi.com
"Life is what happens to you while you're busy making other plans."
- John Lennon
Someone e-mailed another user the URL string from a page he was looking at. In that URL string was HIS CFID and CFTOKEN values. When the recipient of the e-mail clicked on the link in the message, the server assigned THOSE CFID and CFTOKEN values (from the first dude) to the second dude.
Here's what happens now. They both have identical CFID and CFTOKEN. When one logs in, he's fine. When the second guy logs in he gets the first guy's information. This is not good.
I have since set all ADDTOKEN attributes to NO in my CFLOCATION tags, which should prevent this from happening in the future, but before I release this app, I want to make sure there aren't more clients out there with the same ID and TOKEN values. Is there a way I can do this? Also, should I purge their CFID and CFTOKEN values on my logout page...just in case???
Thanks in advance, Kevin
slanek@ssd.fsi.com
"Life is what happens to you while you're busy making other plans."
- John Lennon