Method: Vines::Config::HttpPort#start

Defined in:
lib/vines/config/port.rb

#startObject



117
118
119
120
121
122
# File 'lib/vines/config/port.rb', line 117

def start
  super
  if config.cluster? && vroute.nil?
    log.warn("vroute sticky session cookie not set")
  end
end