Open arnab-sharma opened 2 weeks ago
We see two sessions 'session' and 'session_2' being set as cookies when using openid-connect. Wanted to understand why session_2 is being set as well.
Expected to see only one cookie 'session' being set.
Sample Code:
apisix version
uname -a
openresty -V
nginx -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
@juzhiyuan - Could you please take a look at above issue?
Current Behavior
We see two sessions 'session' and 'session_2' being set as cookies when using openid-connect. Wanted to understand why session_2 is being set as well.
Expected Behavior
Expected to see only one cookie 'session' being set.
Error Logs
Steps to Reproduce
Sample Code:
Environment
apisix version
): 3.9.1uname -a
): Kubernetes-compatible Linux x86openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
): 3.5.10luarocks --version
):