ColdFusion stores the session variables in the web server local RAM, however
when using ColdFusion with distributed configuration you should store the
sessions in the database because you don't know which machine will serve the
next page causing inconsistent sessions.

Paul Alkema
http://paulalkema.com/


-----Original Message-----
From: Mike Chabot [mailto:mcha...@gmail.com] 
Sent: Wednesday, May 12, 2010 1:46 PM
To: cf-talk
Subject: Re: ColdFusion Session Variables in Distributed Config


Sessions are stored on the server running ColdFusion.

-Mike Chabot

On Wed, May 12, 2010 at 1:07 PM, Donnie Carvajal
<donnie.carva...@transformyx.com> wrote:
>
> Does anyone know where the session variables are stored if Coldfusion is
running in a distributed configuration?  My assumption is the session
variables are stored on the server running ColdFusion and not the web
server, but you know what they say about assuming.
>
> Thanks,
>
> Donnie
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:333612
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to