AdobeStock_455007340

Clustering Session Variables

If you need to share session data across a cluster then you must use CLIENT variables. Right? Wrong! CLIENT variables can indeed be shared, but if you are using ColdFusion for J2EE (and J2EE managed SESSION variables) then SESSION variables can be clustered too. There is one gotcha however, ColdFusion Components in the SESSION scope cannot be shared. (Applies to: ColdFusion MX for J2EE)

Leave a Reply