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
This will make it possible to extend a session configuration based on the request.
My current use case:
I am an application that provides subdomains for a bunch of kiosks when a customer logs into one they are logged into all of them, now this is simple enough to do, (just set the domain in the session cookie config to the base domain) the curve ball is that, some kiosks want their own on a custom domain, so I need to reset the cookie config when the request comes from these custom domains.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This will make it possible to extend a session configuration based on the request.
My current use case:
I am an application that provides subdomains for a bunch of kiosks when a customer logs into one they are logged into all of them, now this is simple enough to do, (just set the domain in the session cookie config to the base domain) the curve ball is that, some kiosks want their own on a custom domain, so I need to reset the cookie config when the request comes from these custom domains.
How I would have used it
Beta Was this translation helpful? Give feedback.
All reactions