My web application redirects any unauthenticated user to the external authentication application.
Using setCookie
doesn't work since the page redirect before the setCookie
finishes.
Can I disable the redirect somehow?
Or another solution?
My web application redirects any unauthenticated user to the external authentication application.
Using setCookie
doesn't work since the page redirect before the setCookie
finishes.
Can I disable the redirect somehow?
Or another solution?