I could be way off here and someone with more knowledge in this area will
hopefully pipe up, but should you not be using jsessionid?

Adrian

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 30 July 2008 16:47
To: CF-Talk
Subject: Single vs Cluster - Session Variables - session.cfid HELP


Why is it that I can get a I thought a session.cfid out of a single server
config, but not a cluster?

>From the code below, I get an error on a cluster configuration.

Element CFID is undefined in SESSION.


The error occurred in D:\Inetpub\wwwroot\website\Application.cfm: line 9

7 :
8 : <!--- central data source --->
9 : <cfset session.sessionID = session.cfid & session.cftoken>
10 : <cfset application.imagePath = "/images/">
11 :




<cfapplication name="id" sessionmanagement="yes" clientmanagement="yes"
setclientcookies="yes">
<!--- set DTD --->

<!--- central data source --->
<cfset session.sessionID = session.cfid & session.cftoken>
<cfoutput>
sessionID: #session.sessionID#<br>
cfid: #session.cfid#<br>
cftoken: #session.cftoken#<br>
</cfoutput>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309957
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to