Leveraging sticky sessions for application instances
Purpose The documentation in this section is intended for developers interested in leveraging sticky sessions for application instances deployed on Pivotal Platform. Goal This section illustrates the sticky session flow that Pivotal Platform supports out of the box. ...
Offload HTTP Sessions with Spring Session and Redis
Context Applications running in Cloud Foundry should offload the sessions to a Redis service. The applications should be stateless in nature, and any crash of the an application instance, should not impact the other application instances and user workflows. Configure the...