Hello everyone,I'am trying to add my custom webscript to have a dynamic landing page for a newly authenticated user.I saw in site-index.jsp the redirection :response.sendRedirect(request.getContextPath() + "/page/user/" + URLEncoder.encode(userid) + "/dashboard");
I want to dynamically redirect the newly authenticated user to a specific site.I need to redirect the response to my custom webscript then.How can we do from this JSP file.I need some help, I am new in alfresco share (although I already read a lot of documentation from webscript, my problem is lifecycle management and in which orders calls are done, and to which URI to redirect to call a specific webscript) Thanks you