[cfaussie] Re: Session Sharing on Cloud Cluster

2011-12-19 Thread Paul Haddon
You're really thinking of trusting a 3rd party with the SSL
certificates of your sites?

I'd second Phil's recommendation of rolling your own balancer setup.

Terminate the SSL on STunnel (http://http://www.stunnel.org/)  then
forward that through HAProxy (http://haproxy.1wt.eu/)
Both are very lightweight and simple to configure.

Instead using URLs to choose a server consider using cookies. Most
proxies can transparently set a cookie
that then stickies the user to a given webserver. This way you don't
have to change any of the website code.


Paul Haddon


On Dec 20, 8:47 am, Dale Fraser d...@fraser.id.au wrote:
 Any recommendations,

 I was also looking for a third party SSL load balancer service if anyone
 knows of such a thing.

 Regards

 Dale Fraser


-- 
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.



[cfaussie] Re: Session sharing

2006-04-10 Thread cfgroupie

Hi Scott,

We had the same issue here just about a week ago. We found that
ColdFusion has issues with sessions, cookies, and pretty much anything
related. Two things. Check how you are doing Cookies, and check your
session managment, i.e. your timeout of your cflogin(if you are using
it) isn't causing you issues. I know that ColdFusion also seems to have
issues with sharing the same cfid and cftoken across the browsers. Its
almost like it gets confused or corupted.

We are in the process right now of converting our Application.cfm to
Application.cfc to hopefully counter-act this issue. Although that said
you can't help what users do. Just make sure you aren't passing your
CFID and CFTOKEN via the URL. 

Hope that helps a little.

Jeremy


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cfaussie
-~--~~~~--~~--~--~---