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
We have a service serving multiple tenants with different domain names in the same process.
We'd like to set a domain part in the session cookie based on the incoming request.
We already tried creating multiple middleware instance and calling them in a wrapper middleware based on hostname, but that fails as the used cookie options are not that of the called middleware instance, but that of the last instantiated middleware.
The text was updated successfully, but these errors were encountered:
We have a service serving multiple tenants with different domain names in the same process.
We'd like to set a domain part in the session cookie based on the incoming request.
We already tried creating multiple middleware instance and calling them in a wrapper middleware based on hostname, but that fails as the used cookie options are not that of the called middleware instance, but that of the last instantiated middleware.
The text was updated successfully, but these errors were encountered: