Reloading the page while redirecting to internal link using openUrl

Reloading the page while redirecting to internal link using openUrl

I am changing the portal user role from deluge as shown in https://help.zoho.com/portal/en/community/topic/tip-28-how-to-auto-assign-profiles-to-portal-users on submission of a form and redirecting the user to another page in same tab. With new role, the user is supposed to see more menu options but the menu gets refreshed only when the page is fully refreshed which doesn't happen when using openUrl() method.

My code to redirect is openUrl("#Page:Dashboard","same window"); which just loads the Dashboard in content area without refreshing the menu.

My question is, how do I make the whole page load again while loading the Dashboard from OpenUrl()?