Question
1
Replies
497
Views

Sopra Steria
Posted: Jul 18, 2017
Last activity: Jul 19, 2017
Closed
Redirection from a Servlet to another
Hello,
I need to redirect a user from a Servlet to another after interaction (ex: click on a button)
- User connect to application with a specific servlet (ex: PRWebLDAP1)
- Do an interaction (ex: click on a button)
- Log off and redirect to another Servlet (ex: PRWebLDAP2)
I found a begining of answer here : https://pdn.pega.com/support-articles/two-new-requestors-created-logout-redirect
But I'm stuck using EndSession Activity.
I succeed to log off but not to redirect.
Damien
***Updated by moderator: Lochan to add Categories***