Lewisyixin commented on issue #8726:
URL: https://github.com/apache/apisix/issues/8726#issuecomment-1407399108
@monkeyDluffy6017
Finally it's my fault. The CORS is caused by access_token expiring which is
set by us.
By the way, I also find session.cookie.lifetime can be set just by adding
variables in `nginx.conf`
```
set $session_cookie_lifetime 86400;
set $session_cookie_renew 86400;
```
And the default value is 3600.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]