They are set using <cfcookie... however, they are always set the same way - case wise - the cookie names always end up being upper case.
What is being returned from the browser is...
CFID=56459
CFTOKEN=45198770
CONTENG_EMAIL=y...@yyy.com
CONTENG_FIRSTNAME=john
CONTENG_LASTNAME=doe
CONTENG_MY_INX=4585
CONTENG_MY_NAME=some_name
CONTENG_MY_STYLE=some_style
CONTENG_MY_TYPE=some_type
CFID=50973
CFTOKEN=62492454
CONTENG_EMAIL=y...@yyy.com
CONTENG_FIRSTNAME=john
CONTENG_LASTNAME=doe
CONTENG_MY_INX=4737
CONTENG_MY_NAME=some_other_name
CONTENG_MY_STYLE=some_other_style
CONTENG_MY_TYPE=some_other_type
Interesting part is that there are 2 different CFID/CFTOKEN values being set and returned within the same browser session.
Any thoughts...
regards
Chris