Robert,
The CFID and CFTOKEN are passed on every page through that website to
prevent the problem you just described. Without cookies, the only way for
Cold Fusion to maintain session state is to pass the CFID & CFTOKEN around
with the user via URL's or hidden formfields. If you don't explicitly pass
these variables, Cold Fusion must assume that you are a new visitor, and
then assigns you new CFID & CFTOKEN values.
One of the goals with this site was to provide functionality to users who
have cookies disabled, but still want to use the site. Many of the site's
more dynamic features, like the shopping cart, and archives absolutely rely
on session state to keep track of where the user is, what they're doing and
what they may need to do next.
Regards,
Ryan
-----Original Message-----
From: Robert Everland
To: '[EMAIL PROTECTED]'
Sent: 6/22/00 12:44 PM
Subject: RE: OT: Nutscrape Problem
I saw on the tvw.org site you put cfid and cftoken at the end of the
variable. For some reason when I turn off cookies and go through my
site, it
gets way way way screwed up and gives me different cfid and cftoken on
everypage. How do I correct this problem?
Robert Everland III
Web Developer
Dixon Ticonderoga
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.