Skip to content

Commit 884fc04

Browse files
Explains sticky session
1 parent a90323f commit 884fc04

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

website/docs/installation/hosting.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ server {
179179

180180
For more information about NGINX, you can refer to the official website: https://www.nginx.com/blog/using-free-ssltls-certificates-from-lets-encrypt-with-nginx/
181181

182+
### Load balancer
183+
184+
If the NGINX server is configured as a load balancer, there is a chance that a user's session may be recognized by one Identity Server instance but not by another. Therefore, you can edit the NGINX configuration to enable sticky sessions. For more information, please refer to the chapter 'Enabling Session Persistence' on the official website: [https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/](https://docs.nginx.com/nginx/admin-guide/load-balancer/http-load-balancer/).
185+
182186
## IIS
183187

184188
The zip file downloaded from [here](./quickstart.md#copy-and-paste), contains all of SimpleIdServer's services.

0 commit comments

Comments
 (0)