Hello All, I am using Ofbiz 12.04. Am trying to implement a feature where a user can goBack to the previous page. Used the "SaveLastView" feature and it works well until the user is in the same WebApp.
When the user navigates to another webapp the SaveLastView Does not work. On investigating realized that there is a new session created when the user navigates into a new WebApp, and the new session Object does not hold the SavedView of the previous session I also realized there is an entity called UserLoginSessions, and this entity is never populated. Any help to share the SaveLastView amongst Webapps (sessions) much appreciated Thanks.
