André Felipe Costa Bentobentodev.hashnode.dev·Jul 2, 2024Distributed Session Management with Spring Boot and Spring SessionIntroduction Managing sessions in a distributed environment is a common challenge in modern web applications. Spring Session provides a robust solution to this problem, allowing session data to be stored in different types of persistent storage, such...228 readsJava
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Jul 6, 2023Sticky sessions with Apache APISIX - the demoLast week, we described the concept behind sticky sessions: you forward a request to the same upstream because there's context data associated with the session on that node. However, if necessary, you should replicate the data to other upstreams beca...23 likesspring security