nic-6443 commented on issue #13031:
URL: https://github.com/apache/apisix/issues/13031#issuecomment-4665851627

   This is resolved by #13178 (merged): the `openid-connect` plugin now 
supports `session.cookie_name`, so you can give the session cookie a name other 
than the default `session` and avoid the collision with an upstream app cookie 
of the same name.
   
   ```json
   "session": { "secret": "...", "cookie_name": "oidc_session" }
   ```
   
   Closing as fixed.


-- 
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]

Reply via email to