We have Web dynpro application without portal integration, which has 4 views for specific task. We have links in left hand side to call each views.
To integrate with portal, we now had to create different application for all 4 views so in navigation we can have different portal links for each view.
Problem is, now every time we click to different links in portal to open views, its initiate component controller and having huge performance issue.
Is there any way, we can stop multiple initialization of comp controller and irrespective of link clicked in portal should work in same session.