Hello,

Check the ff on all your cluster members:
1. REPLICATE SESSIONS option enabled
2. J2EE Sessions enabled

Also, when initially setting up, you'd have to stop and start all instances.

Btw, are you clustering multiple instances on the same machine (vertical 
cluster) or across physical servers (horizontal cluster)?



[EMAIL PROTECTED] wrote:
> 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:309974
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to