Session vars are srictly mem based and should not be used in situations where you are trying to share state amongst a number of machines.  You could do somehting grosse like recast all your vars as need from session to client but what would be better is to just use client vars in the sections where you need to share state.
 
 

Scott Helm wrote:

 

I am tasked with clustering a spectra site.  The problem I face is that
we have a secure section of the site for shopping.  That requires a hard
https link to the page.  We are, of course using session varibales.This
apparently causes ClusterCats some grief.

I notice in CF admin that you can store client variables in an external
database.  Can I store session variables in that external db?  Or are
session variables strictly memory-resident and not classified as client
variables?

Thanks!

Scott Helm
Ballantyne Consulting Group
[EMAIL PROTECTED]

Reply via email to