nuecho / rivr

Rivr is a lightweight open-source dialogue engine enabling Java developers to easily create enterprise-grade VoiceXML applications.
http://rivr.nuecho.com
Other
61 stars 23 forks source link

Rivr app : Multiple instances (images) on Docker container #21

Open D41138761 opened 2 years ago

D41138761 commented 2 years ago

How to maintain session across multiple images for an application running in container. ?

gawi commented 2 years ago

Sessions can't be shared between instances. You absolutely need server stickiness.

Traditionally, what needs to be done is this:

Not exactly sure how this translates to a cloud environment.