My web app has multiple options in the menu. When I right-click on any one of the menu options and open the link in the new tab, the application is re-routed to the login page in some of the attempts(it is not consistent). But when I open the link in a new window, it always lands me on the selected page (does not navigate me to the login page). The application is using cookies and bearer token for authentication. Also, the UI is built on angular and uses the CanActivate module to check for the session expiry before navigating to any page. Can anyone please help with a pointer to what could be wrong?