Sebastian, Since you have cookies disabled, each time you load page, ColdFusion assigns a new CFID/CFTOKEN. If it was able to store those values in a cookie, when you loaded the next page, CF would see that you've already got a set of tokens assigned to you, and just use those. The high and low of it is that you'll have to pass the CFID and CFTOKEN around in the URL and set them for each page, else you'll be doomed to no session management through ColdFusion. Hope This Helps, Eron -----Original Message----- From: sebastian palmigiani [mailto:[EMAIL PROTECTED]] Sent: Friday, January 26, 2001 10:31 PM To: CF-Talk Subject: Can anyone explain this? Can anyone explain this? I have cookies disabled. I have session management and setclientcookies set to yes in application.cfm. I am using CF 4.0 On each page I put the following code: <cfoutput>#cookie.cfid#<br>#cookie.cftoken#</cfoutput> There are no cookies listed in the Parameters CGI variables of each page. And yet for each page I get a different value for cfid which increments by one and a different value for cftoken. Sebastian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

