Yeah, I think that was my reaction as well. I did a quick search.
Soundings uses session management in two places:

a) Login Storage
b) tags/surveydisplay.cfm

For a, you can just get rid of the loginstorage and it will revert to
cookie based. Problem solved.

For b - I use the session to store info about where you are in the
survey. This is a semi-complex object (array of structs), but you
could convert it to a client var converted to WDDX, as long as you
don't use the Registry. Or convert it to one simple cookie WDDX
encoded, just watch out for the 4k limit.

It would be a bit of work - but would still let you use Soundings w/o
rebuilding the whole application.


On 2/3/07, James Holmes <[EMAIL PROTECTED]> wrote:
> You can't use sticky sessions?
>
> On 2/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > We're looking for a Survey application.  We loved Ray Camden's Soundings 
> > application
> > but this application uses session variables that don't work across cluster. 
> > I had to enable
> > session replication in the cluster for this to work.
> >
> > It causes lot of overhead and issues on the server. Adobe does not 
> > recommend using this option. They Recommend using either cookie or Database 
> > based session management when using cluster. So,we're suppose find another 
> > prebuilt solution FAST!
>
>
> --
> CFAJAX docs and other useful articles:
> http://www.bifrost.com.au/blog/
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268586
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