We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've two routes defined in apisix
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?
/test/abc
/test/xyz
apisix version
uname -a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I've two routes defined in apisix
For both routes session cookie is getting set to root path "/"
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
): 3.10.0uname -a
): AWS EKS ClusterThe text was updated successfully, but these errors were encountered: