Yes, I think thatÂ’s what I said though. I'm just curious as to where the names come from like that and why. :-)
..:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -----Original Message----- From: David [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 1:28 PM To: CF-Talk Subject: Re: Extremely long session names with dashes The difference seems to be the hyphen '-'; CF parses the part of the name after any hyphen as a separate variable. He probably needs to use the bracket notation for the structure key ["mydemoweb_1558129_973910d81ad1363a-56F3C720-DA19-CB22-E5857B8E076CF998"], which always treats that whole key as one value. - David On 12/7/06, Bobby Hartsfield <[EMAIL PROTECTED]> wrote: > > I am on CF6 and he is on CF7. Maybe it's a new option? I don't see any > difference between the 2. Still just the same old "Use UUID for cftoken" > > ..:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > > > > > -----Original Message----- > From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 07, 2006 9:55 AM > To: CF-Talk > Subject: Extremely long session names with dashes > > I had someone ask me a question today about an error message they were > getting when trying to read a session. > > The name of the session was: > mydemoweb_1558129_973910d81ad1363a-56F3C720-DA19-CB22-E5857B8E076CF998 > > The error was: > "56F3C720," is not a valid identifer name. Yes, that is how 'Identifier' > is > spelled in the CF error message :-) So I'm not the only person who typos!! > heh > > Of course, reading it with array notation should solve it but I'm curious > as > to why his session names are that long and have '-' in them? > > Mine are much shorter and never contain '-'. Here's an example of mine: > testing_1716_38565808 > > At first, I thought that, somehow, a uuid() was getting appended to the > end > somehow, and it probably is but everything BEFORE that is also somewhat > longer. Is there a setting somewhere to cause that? > > I see where you can use a UUID for the cftoken in the administrator but > that > still doesn't make the session name that long. > > > ...:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > > > > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.432 / Virus Database: 268.15.14/578 - Release Date: 12/7/2006 > 1:27 AM > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create robust enterprise, web RIAs. Upgrade & integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:263209 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

