kpmg-agile / ca-pqvp

KPMG submission for CA PQVP
https://www.calproc.website
7 stars 3 forks source link

User accounts cannot be used in multiple simultaneous sessions #139

Closed npearce-kpmg closed 7 years ago

npearce-kpmg commented 7 years ago

At the very least we will need to add an assumption to our submission: logging into the same account simultaneously from multiple sessions will cause Orders/Cart etc. to be shared in real time, with unknown consequences.

Possible approaches if this is a constraint we want to ease:

thechrisrobinson commented 7 years ago

Also may need some thoughts in regards to webapp is deployed to N machines (right now two)

robertlevy commented 7 years ago

@thechrisrobinson ohh good point! can you make sure the load balancer is configured with session stickiness enabled?

thechrisrobinson commented 7 years ago

@robertlevy Yep -- Client -> WAF isn't LB -> LB (session sticky) < Docker Swarm

Let me make another issue so I do not forget.

robertlevy commented 7 years ago

determined that stickiness is not needed because services are stateless