What about turning on JSessionIDs, and use a distributed cache to store session information in.
CF sets up the unique IDs for you, and you just use that value to store data in your distributed cache. Then it doesn't matter what server you are on. Amazon has ElastiCache - should be easy enough to get going. Mark On Tue, Dec 20, 2011 at 1:23 PM, MrBuzzy <mrbu...@gmail.com> wrote: > I tried this on Jelastic and it pretty much works perfectly out of the > box. > > Here's a URL to try; > https://mrbuzzy.jelastic.com/balance/ > It will out put various things for debugging, try it from more than one > browser, machine, device, etc. > > Your HTTPS request will hit and 'stick' on a particular host. > It looks like Nginx is handling the SSL decryption and 'stickiness' to one > of many hosts. > It also uses Tomcat clustering an session replication. The 'node' within > the Tomcat cluster can be seen in the JSESSIONID which is used for > 'stickiness' at the Tomcat level. > ColdFusion is seeing a non-SSL request on port 80. > > Also attaching a few screenshots. > > Cheers. > > On 20 December 2011 12:09, Dale Fraser <d...@fraser.id.au> wrote: > >> That could work, >> >> Thanks >> >> Regards >> Dale Fraser >> >> http://dale.fraser.id.au >> http://cfmldocs.com >> http://learncf.com >> http://flexcf.com >> >> >> -----Original Message----- >> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On >> Behalf >> Of Kym Kovan >> Sent: Tuesday, 20 December 2011 11:30 AM >> To: cfaussie@googlegroups.com >> Subject: Re: [cfaussie] Session Sharing on Cloud Cluster >> >> On 20/12/2011 11:10, Dale Fraser wrote: >> > Yeah, >> > >> > I considered that too, I'll have to search the code base and see how >> widely >> > we use them >> >> or do the client <> session trick. Copy to client scope to session in >> OnRequestStart and back in OnRequestEnd, serialized as needed... >> >> >> >> -- >> Yours, >> >> Kym Kovan >> mbcomms.net.au >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to cfaussie@googlegroups.com. >> To unsubscribe from this group, send email to >> cfaussie+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to cfaussie@googlegroups.com. >> To unsubscribe from this group, send email to >> cfaussie+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- E: mark.man...@gmail.com T: http://www.twitter.com/neurotic W: www.compoundtheory.com 2 Devs from Down Under Podcast http://www.2ddu.com/ -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.