You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like the work in #1872 only added support for configuring name, secure, and sameSite. I know my team also configures the domain and transient properties.
Describe the ideal solution
Add support for all the existing cookie configurations in v3 to also be configured in v4.
Alternatives and current workarounds
None, that I'm aware of
Additional context
This is important for sharing sessions between same domain applications.
We have app1 and app2 that want to share sessions between them, so we configure the cookie_domain to be .ourdomain.com instead of app1.ourdomain.com or app2.ourdomain.com.
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
This is kind of a piggy back off of #1853
In v3, we could configure all of:
via environment variables.
Looks like the work in #1872 only added support for configuring name, secure, and sameSite. I know my team also configures the domain and transient properties.
Describe the ideal solution
Add support for all the existing cookie configurations in v3 to also be configured in v4.
Alternatives and current workarounds
None, that I'm aware of
Additional context
This is important for sharing sessions between same domain applications.
We have app1 and app2 that want to share sessions between them, so we configure the cookie_domain to be
.ourdomain.com
instead ofapp1.ourdomain.com
orapp2.ourdomain.com
.The text was updated successfully, but these errors were encountered: