Redirect users to login page from Virtual Agent widget once the session times out.SummaryEnd-user sometimes might not know if their session has timed out/expired if they are on the Virtual Agent widget. Even after the session times out, if the user continues with the conversation, a new interaction is created with the Guest user.ReleaseAll supported releases.InstructionsThere are a few points to be noted here in order to redirect the user to the login page. With Orlando Patch 9, a new feature has been added, wherein if the user is on the VA screen, and if the session times out, they would get a popup as below.However, if the user clicks on the Refresh button, it just reloads the same page.User would see the VA greeting message again. This can be confusing as the end-user might think that the session has been re-established. Which actually is not the case. If the end-user continues the chat after the refresh, the interactions are created as Guest.Now this happens because the page $sn-va-web-client-app is always public.You need to go to sys_public.list and open the $sn-va-web-client-app record.Uncheck the active flag, and set it to false.Now if the user clicks on Refresh, they would land on the login screen.After logging in, the final landing page would be the VA chat window again, and they can continue the chat conversation from where they stopped.Related LinksYou can also implement a similar setup for sn_va_web_client_app_embed page as well when the VA page is embedded on an external page. Navigate to sys_public.list and search for sn_va_web_client_app_embed. Uncheck and set the active field to false.