geeky-akshay opened a new issue, #11949: URL: https://github.com/apache/apisix/issues/11949
### Description I've two routes defined in apisix 1) /test/abc 2) /test/xyz For both routes session cookie is getting set to root path "/" ``` session=...; Path=/; SameSite=Lax; Secure; HttpOnly ``` I want session cookie to use path `/test/abc` and `/test/xyz` for each route. How can I achieve this in apisix? ### Environment - APISIX version (run `apisix version`): 3.10.0 - Operating system (run `uname -a`): AWS EKS Cluster -- 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]
