Configuring a Distributed Cache
Traditional single-instance applications use local session management. Session contexts generated by user requests are stored in the process memory. After the load balancing module is added, multi-instance sessions need to be shared using distributed storage.
ServiceStage provides the out-of-the-box distributed session function. It uses the Distributed Cache Service as the session persistence layer. Without code modification, ServiceStage supports distributed session management for Tomcat applications, Node.js applications that use express-session, and PHP applications that use session handle.
During component deployment, you can bind the distributed cache when configuring Advanced Settings.
Prerequisites
A distributed cache has been created. For details, see Creating a DCS Redis Instance.
Procedure
- Choose Advanced Settings > Distributed Cache.
- Click Bind Distributed Cache.
- Select a distributed cache instance that has been bound in the environment.
If no distributed cache instance is bound to the environment, click Add One. On the Edit Environment page that is displayed, click Add Optional Resource to add created DCS resources to the environment.
- If the DCS instance must be accessed using a password, enter the access password.
- Click OK.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot