Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CFcookie, HTTP_COOKIE and duplicate cookies

0 views
Skip to first unread message

tredychris

unread,
Dec 16, 2002, 8:49:39 PM12/16/02
to
thanks for the response.

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

0 new messages