So RackSpace and Amazon dont support sticky sessions on https, im guessing
because the data is encrypted and they cant see it.

 

I was toying with the idea of doing something like this, which would
effectivally do the same thing

 

Lets say I have 4 endpoints

 

 

ap00 (balancer)

ap01 (server 1)

ap02 (server 2)

ap03 (server 3)

 

In on request if the server is ap00, just redirect to the real server im on,
which I can obtain (answer to previous question)

machineName = createObject("java",
"java.net.InetAddress").localhost.getCanonicalHostName();

 

so balancer takes me to 03, I just hard redirect to 03 and user stays on
that server.

 

Only downside I can think of, which is a decent downside, is that if a user
bookmarks any url, they are on that server forever.

 

Any other options, I cant be the first person to try this.

 

Regards

Dale Fraser

 

 <http://dale.fraser.id.au> http://dale.fraser.id.au

 <http://cfmldocs.com> http://cfmldocs.com

 <http://learncf.com> http://learncf.com

 <http://flexcf.com> http://flexcf.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.

Reply via email to