Hi,
In the JavaDoc of Component.html#redirectToInterceptPage, it says "Redirects
browser to an intermediate page such as a sign-in page. ".

In my sign-in page, I want to store cookies for implementing 'remember me'.
And I also want to use continueToOriginalDestination to return to the
previous page.

The problem is that continueToOriginalDestination will reset the response
and clear all the cookies.

Is there any 'best practice'?

Reply via email to