Okay, so its exactly what i thought it was. I just need to configure the Load Balancer to force the user to remain on the same server for the duration of the visit to the site.
Thanks for your help. On 24 Nov, 10:16, "Peter J. Farrell" <[email protected]> wrote: > Yes, this would have to do with your server setup. Your load balancer is > not keeping your session on the same server. > > As stated in the docs, redirect persist uses the application or session > scope to store a temporary copy of the data. The key in the URL is used > to retrieve it. If your load balancer is not acting correctly, > sometimes you will be routed to server B when your session actually > lives on server A. > > You don't have to worry about sticky sessions in CF's clustering (which > you indicated you can't do)...all arrows point to an incorrectly > configured load balancer. > > .Peter > > jbuda said the following on 11/24/2009 03:58 AM: > > > Hi there > > > i have spent several hours trying to figure this out, but i think it > > may be down to our server setup. > > > We have a load balancer with 2 server, both running CF9 Standard. I > > have been reading posts about setting sticky session within the > > Cluster Manager on the CFAdmin. However, being on standard we cannot > > do that. > > > Im needing to persist some event arguments using the redirect in the > > xml file, however, im beginning to notice that this is very > > temperamental as sometimes it works and others it doesnt. > > > My guess is that the persisted object is available on one of the > > servers, but when being directed through the url it gets to the other > > other server where the object doesnt exist? We have Cookies set on > > both servers. > > > Hope someone can help me or point me in the right direction. > > > Thanks -- You received this message because you are subscribed to Mach-II for CFML list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/mach-ii-for-coldfusion?hl=en SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/ Wiki / Documentation / Tickets: http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
