This is a bug in 6.0 that was fixed it 6.1. If you set domain cookies, CF set's a new cfif and cftoken cookie every request.
-- mailto:[EMAIL PROTECTED] Monday, September 1, 2003, 10:21:02 AM, you wrote: MK> My site is forgetting the session variables between pages, and I'm not sure MK> why. It retains the login info when I use the CFID/CFTOKEN in the URL, but MK> if not, the new page comes up and I'm logged out again. (sigh!) MK> So far, I've explored the possibility that I've got the <cfapplication tag MK> wrong (I've pasted it below for you to see) or that my browser has cookies MK> turned off (it doesn't). I've checked that the logout routine isn't getting MK> <cfincluded accidentally. MK> I'm definitely getting logged in from the login routine, because on the MK> action page following the login form, I've put a <cfdump that displays the MK> session scope, and the login info is shown there. But when I go to any MK> other page on the site, the session scope doesn't include the login info. MK> Is there anywhere else I ought to look? MK> Here's my <cfapplication tag, which is in the topmost Application.cfm on the MK> site: MK> <Cfapplication name="infomanagement" MK> sessionmanagement="yes" MK> sessiontimeout="#createTimeSpan(0,0,20,0)#" MK> setclientcookies="yes" MK> setdomaincookies="yes" > MK> (We're using CFMX6.0 on a Win2000 SP3 system.) MK> Cheers, MK> Michael Kear MK> Windsor, NSW, Australia MK> AFP Webworks. MK> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

