> I was under the impression that session variables were stored
> in RAM on the server. Is it possible for a session variable to
> persist moving from one server in a cluster to another?
Your impression is correct. Session variables are specific to a single
physical server, and will not persist across servers within a cluster.
However, you can use session variables within a clustered application, as
long as the cluster is using session-aware load balancing, which directs a
user's initial request to a server, and all subsequent requests from that
user to the same server.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists