Any good way to maintain server variables?

2000-04-11 Thread Thompson, Ryan K (James Tower)
We are implementing a clustering solution that can do sticky session but it needs a unique value it either a cookie variable or URL variable per server. Rather that changing the code on each server I'd like to use a variable that would be unique on each server. Does anyone know of a good way to

Re: Any good way to maintain server variables?

2000-04-11 Thread Reuben King
In <4EC96B864C1CD211BBC500805FE6FDBC02B48B9E@TCEXCH1>, Thompson, Ryan K (James Tower) ([EMAIL PROTECTED]) in a fit of unbridled passion, wrote: > We are implementing a clustering solution that can do sticky session but it > needs a unique value > it either a cookie variable or URL variable per

Re: Any good way to maintain server variables?

2000-04-11 Thread Al Musella, DPM
You could also just test in the application.cfm.. if the server variables are not defined, make one up! If you rely on a scheduled task, there will always be a chance that a page could execute before the variable is declared and trigger an error. Al >he domain name will not change in th